diff --git a/tests/Linter.test.cpp b/tests/Linter.test.cpp index e101f78d..42e55edc 100644 --- a/tests/Linter.test.cpp +++ b/tests/Linter.test.cpp @@ -1680,6 +1680,7 @@ TEST_CASE_FIXTURE(Fixture, "TestStringInterpolation") ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true}; LintResult result = lint(R"( + --!nocheck local _ = `unknown {foo}` )");