diff --git a/tools/test-typescript/main.cpp b/tools/test-typescript/main.cpp index d5b81a860a..ac70798a07 100644 --- a/tools/test-typescript/main.cpp +++ b/tools/test-typescript/main.cpp @@ -32,6 +32,10 @@ constexpr String8_View ignored_tests[] = { // directives causes its errors to be ignored by the test runner, but I // can't tell which test directive would do this. u8"/usedImportNotElidedInJs.ts"sv, + + // This test correctly emits E0196 (a warning). + // TODO(strager): Disable E0196 for this test but still check this test. + u8"/initializePropertiesWithRenamedLet.ts"sv, }; struct Test_TypeScript_Options {