diff --git a/tests/Compiler.test.cpp b/tests/Compiler.test.cpp index 87fc202e..8256b24a 100644 --- a/tests/Compiler.test.cpp +++ b/tests/Compiler.test.cpp @@ -5101,7 +5101,6 @@ L0: RETURN R3 -1 TEST_CASE("VectorConstants") { - ScopedFastFlag luauVectorBuiltins{FFlag::LuauVectorBuiltins, true}; ScopedFastFlag luauVector2Constants{FFlag::LuauVector2Constants, true}; CHECK_EQ("\n" + compileFunction("return vector.create(1, 2)", 0, 2, 0), R"(