diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-01-30 16:12:30 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-01-30 16:12:30 -0500 |
| commit | 169a789b343e9070b4658de9c8bd96c6736c6edc (patch) | |
| tree | 3e722d71eee04176cecdea1a5e9e23247d6c6bac /test/compile_errors.zig | |
| parent | 59c050e7ff83aeecd507cef24d7eb914ec59581d (diff) | |
| download | zig-169a789b343e9070b4658de9c8bd96c6736c6edc.tar.gz zig-169a789b343e9070b4658de9c8bd96c6736c6edc.zip | |
fix test after merging ad8381e0d2936f
this test slipped through due to branching
Diffstat (limited to 'test/compile_errors.zig')
| -rw-r--r-- | test/compile_errors.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
