diff --git a/test/const2.go b/test/const2.go index b3b10de8e7..2ff71ee232 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 .=." )