diff options
Diffstat (limited to 'test/cases/function_redeclaration.zig')
| -rw-r--r-- | test/cases/function_redeclaration.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/function_redeclaration.zig b/test/cases/function_redeclaration.zig index a9664646c9..b6cbf664a9 100644 --- a/test/cases/function_redeclaration.zig +++ b/test/cases/function_redeclaration.zig @@ -10,5 +10,5 @@ fn foo() void { // // :3:1: error: redeclaration of 'entry' // :2:1: note: other declaration here -// :6:9: error: local shadows declaration of 'foo' +// :6:9: error: local variable shadows declaration of 'foo' // :5:1: note: declared here |
