| author | |
| committer | |
| log | 169a789b343e9070b4658de9c8bd96c6736c6edc |
| tree | 3e722d71eee04176cecdea1a5e9e23247d6c6bac |
| parent | 59c050e7ff83aeecd507cef24d7eb914ec59581d |
| signature | Commit is signed but in an unrecognized format. |
this test slipped through due to branching1 files changed, 1 insertions(+), 1 deletions(-)
test/compile_errors.zig+1-1| ... | ... | @@ -10,7 +10,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { |
| 10 | 10 | \\ return 5678; |
| 11 | 11 | \\} |
| 12 | 12 | , |
| 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.", | |
| 14 | 14 | ); |
| 15 | 15 | |
| 16 | 16 | cases.add( |