aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors
diff options
context:
space:
mode:
Diffstat (limited to 'test/compile_errors')
-rw-r--r--test/compile_errors/stage2/union_extra_field.zig2
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