Fix const in parser

This commit is contained in:
Joel Stemmer 2012-03-14 12:12:43 +01:00
parent c9c0e1877c
commit 92be560b6c

View File

@ -12,7 +12,7 @@ type Result int
const ( const (
PASS Result = iota PASS Result = iota
FAIL Result = iota FAIL
) )
type Report struct { type Report struct {