diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 2aca7e9141355bd4d4f638367b67d3e2f6da3f57..f2a2ba26415a1f3b94b42456ae71e19c18533662 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(