From c41fe1317849a81efd7493cb82d34e98a2efe83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petri=20H=C3=A4kkinen?= Date: Fri, 17 Jan 2025 10:04:29 +0200 Subject: [PATCH] Fix compile error --- tests/Compiler.test.cpp | 1 - 1 file changed, 1 deletion(-) 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"(