diff options
| author | John Schmidt <john.schmidt.h@gmail.com> | 2022-04-03 14:19:55 +0200 |
|---|---|---|
| committer | John Schmidt <john.schmidt.h@gmail.com> | 2022-04-03 14:30:37 +0200 |
| commit | 17b804f56b0e75962d3e78a8bade1affa7984b4e (patch) | |
| tree | a71b6e52285d351a765044c3217b70a4c12d1490 /test/compile_errors | |
| parent | 6bbc2cd59af250ea164a4114e3d9fa15b27c2c8e (diff) | |
| download | zig-17b804f56b0e75962d3e78a8bade1affa7984b4e.tar.gz zig-17b804f56b0e75962d3e78a8bade1affa7984b4e.zip | |
Fix typo in compile error test
Diffstat (limited to 'test/compile_errors')
| -rw-r--r-- | test/compile_errors/stage2/union_extra_field.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile_errors/stage2/union_extra_field.zig b/test/compile_errors/stage2/union_extra_field.zig index 4a0ab41936..e8ba581aad 100644 --- 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 |
