From 169a789b343e9070b4658de9c8bd96c6736c6edc Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 30 Jan 2019 16:12:30 -0500 Subject: [PATCH] fix test after merging ad8381e0d2936f this test slipped through due to branching --- test/compile_errors.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(