diff options
Diffstat (limited to 'src/pkg/testing/regexp.go')
-rw-r--r-- | src/pkg/testing/regexp.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/testing/regexp.go b/src/pkg/testing/regexp.go index 0675a4e54..3100136cd 100644 --- a/src/pkg/testing/regexp.go +++ b/src/pkg/testing/regexp.go @@ -76,8 +76,7 @@ type Regexp struct { } const ( - _START = // beginning of program - iota; + _START = iota; // beginning of program _END; // end of program: success _BOT; // '^' beginning of text _EOT; // '$' end of text |