aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/zig0.cpp
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-05-26 16:23:52 +0200
committerJakub Konka <kubkon@jakubkonka.com>2022-05-26 16:23:56 +0200
commitd1e46006758a82f039d23ea26030e3b685a5fa86 (patch)
tree3bdf05a3f952a0c193701571e1696932f9c90e65 /src/stage1/zig0.cpp
parentb08d32ceb5aac5b1ba73c84449c6afee630710bb (diff)
downloadzig-d1e46006758a82f039d23ea26030e3b685a5fa86.tar.gz
zig-d1e46006758a82f039d23ea26030e3b685a5fa86.zip
test: correctly track identical error msgs in handled errors list
Prior to this change, for an example compiler error test case with multiple identical errors messages such as ``` :1:2: error: foo :1:2: error: foo ``` the test harness would never increment the error index thus only marking the very first error message as handled yielding a false positive. Additionally, while here, regress `dereference_anyopaque` test case as not passing on `wasm32-wasi` target.
Diffstat (limited to 'src/stage1/zig0.cpp')
0 files changed, 0 insertions, 0 deletions