Commit 169a789b34

Andrew Kelley <andrew@ziglang.org>
2019-01-30 22:12:30
fix test after merging ad8381e0d2936f
this test slipped through due to branching
1 parent 59c050e
Changed files (1)
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(