aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2022-04-03 14:19:55 +0200
committerJohn Schmidt <john.schmidt.h@gmail.com>2022-04-03 14:30:37 +0200
commit17b804f56b0e75962d3e78a8bade1affa7984b4e (patch)
treea71b6e52285d351a765044c3217b70a4c12d1490 /test/compile_errors
parent6bbc2cd59af250ea164a4114e3d9fa15b27c2c8e (diff)
downloadzig-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.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