Skip to content

Commit

Permalink
fix(test-typescript): disable false positive failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Dec 22, 2023
1 parent 3f8b78f commit 30d8be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/test-typescript/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ constexpr String8_View ignored_tests[] = {
// These tests correctly emit E0427 (a warning).
// TODO(strager): Disable E0427 for all tests and don't ignore these tests.
u8"/es5-asyncFunctionSwitchStatements.ts"_sv,

// This test correctly emits E0451 (a warning).
// TODO(strager): Disable E0451 for this test but still check this test.
u8"/capturedLetConstInLoop1.ts"sv,
};

struct Test_TypeScript_Options {
Expand Down

0 comments on commit 30d8be4

Please sign in to comment.