aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-03-14 03:37:54 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-03-14 03:37:54 -0400
commitefebb6d341306d508163e7bb5ded41f4bc0468d4 (patch)
treecd1dc6143a6dea7fcb35e35487803d21840d097a /test/compile_errors.zig
parentc828c23f71055fc4614ada20a20fb1c7bfee50c6 (diff)
downloadzig-efebb6d341306d508163e7bb5ded41f4bc0468d4.tar.gz
zig-efebb6d341306d508163e7bb5ded41f4bc0468d4.zip
fix tests broken by previous commit
Diffstat (limited to 'test/compile_errors.zig')
-rw-r--r--test/compile_errors.zig2
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");
}