aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-01-30 16:12:30 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-01-30 16:12:30 -0500
commit169a789b343e9070b4658de9c8bd96c6736c6edc (patch)
tree3e722d71eee04176cecdea1a5e9e23247d6c6bac /test/compile_errors.zig
parent59c050e7ff83aeecd507cef24d7eb914ec59581d (diff)
downloadzig-169a789b343e9070b4658de9c8bd96c6736c6edc.tar.gz
zig-169a789b343e9070b4658de9c8bd96c6736c6edc.zip
fix test after merging ad8381e0d2936f
this test slipped through due to branching
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 2aca7e9141..f2a2ba2641 100644
--- a/test/compile_errors.zig
+++ b/test/compile_errors.zig
@@ -10,7 +10,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
\\ return 5678;
\\}
,
- ".tmp_source.zig:2:11: error: `&&` is invalid. Note that `and` is boolean AND.",
+ ".tmp_source.zig:2:12: error: `&&` is invalid. Note that `and` is boolean AND.",
);
cases.add(