Skip to content

Commit

Permalink
@@@ keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Dec 29, 2023
1 parent c50c2d9 commit ac18255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-typescript/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void process_test_case_file(Expected_Test_Results& expected_results,
std::fprintf(stderr, "fail: test case errored but should not have: %s\n",
path);
std::fwrite(diags_text.data(), 1, diags_text.size(), stderr);
std::exit(1);
// std::exit(1); // @@@
} else {
// quick-lint-js probably failed to report a TypeScript type error. For
// now, we ignore these false negatives.
Expand Down

0 comments on commit ac18255

Please sign in to comment.