diff options
Diffstat (limited to 'test/compile_errors.zig')
| -rw-r--r-- | test/compile_errors.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 027e000953..68737eee1a 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -3150,5 +3150,5 @@ pub fn addCases(cases: &tests.CompileErrorContext) void { \\ const fieldOffset = @offsetOf(Empty, "val"); \\} , - ".tmp_source.zig:5:42: error: zero-bit field 'val' has no offset in struct 'Empty'"); + ".tmp_source.zig:5:42: error: zero-bit field 'val' in struct 'Empty' has no offset"); } |
