diff options
Diffstat (limited to 'test/syntax/slice.go')
-rw-r--r-- | test/syntax/slice.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/slice.go b/test/syntax/slice.go index 4bc5d4d8d..7675ca187 100644 --- a/test/syntax/slice.go +++ b/test/syntax/slice.go @@ -6,4 +6,4 @@ package main -var x = y[:z] // ERROR "missing lower bound in slice expression" +var x = y[:z] // ERROR "missing lower bound in slice expression|undefined" |