commit 17b804f56b0e75962d3e78a8bade1affa7984b4e (tree) parent 6bbc2cd59af250ea164a4114e3d9fa15b27c2c8e Author: John Schmidt <john.schmidt.h@gmail.com> Date: Sun, 3 Apr 2022 14:19:55 +0200 Fix typo in compile error test Diffstat:
| M | test/compile_errors/stage2/union_extra_field.zig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/compile_errors/stage2/union_extra_field.zig b/test/compile_errors/stage2/union_extra_field.zig @@ -15,5 +15,5 @@ export fn entry() usize { // union extra field // -// :6:1: error: enum 'tmp.E' hs no field named 'd' +// :6:1: error: enum 'tmp.E' has no field named 'd' // :1:11: note: enum declared here