summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/const2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/const2.go b/test/const2.go
index b3b10de8e..2ff71ee23 100644
--- a/test/const2.go
+++ b/test/const2.go
@@ -8,5 +8,5 @@ package main
const (
A int = 1;
- B byte; // ERROR "type without expr"
+ B byte; // ERROR "type without expr|expected .=."
)