authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-01-30 16:12:30-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-01-30 16:12:30-05:00
log169a789b343e9070b4658de9c8bd96c6736c6edc
tree3e722d71eee04176cecdea1a5e9e23247d6c6bac
parent59c050e7ff83aeecd507cef24d7eb914ec59581d
signaturelock-open Commit is signed but in an unrecognized format.

fix test after merging ad8381e0d2936f

this test slipped through due to branching

1 files changed, 1 insertions(+), 1 deletions(-)

test/compile_errors.zig+1-1
......@@ -10,7 +10,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
1010 \\ return 5678;
1111 \\}
1212 ,
13 ".tmp_source.zig:2:11: error: `&&` is invalid. Note that `and` is boolean AND.",
13 ".tmp_source.zig:2:12: error: `&&` is invalid. Note that `and` is boolean AND.",
1414 );
1515
1616 cases.add(