aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue21317.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue21317.go')
-rw-r--r--test/fixedbugs/issue21317.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue21317.go b/test/fixedbugs/issue21317.go
index cebfc0f52d..d525f12a58 100644
--- a/test/fixedbugs/issue21317.go
+++ b/test/fixedbugs/issue21317.go
@@ -45,8 +45,8 @@ func main() {
log.Fatalf("expected cmd/compile to fail")
}
wantErrs := []string{
- "7:9: n declared and not used",
- "7:12: err declared and not used",
+ "7:9: `n' declared and not used",
+ "7:12: `err' declared and not used",
}
outStr := string(out)
for _, want := range wantErrs {