From d6f8884d09dd1c1a05822afdc5bef4ddef5ee0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petri=20H=C3=A4kkinen?= Date: Fri, 17 Jan 2025 10:06:39 +0200 Subject: [PATCH] Fix another compile error --- tests/Conformance.test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Conformance.test.cpp b/tests/Conformance.test.cpp index 5da7bc55..9653397d 100644 --- a/tests/Conformance.test.cpp +++ b/tests/Conformance.test.cpp @@ -988,7 +988,6 @@ static void populateRTTI(lua_State* L, Luau::TypeId type) TEST_CASE("Types") { - ScopedFastFlag luauVectorDefinitions{FFlag::LuauVectorDefinitions, true}; ScopedFastFlag luauVector2Constructor{FFlag::LuauVector2Constructor, true}; ScopedFastFlag luauMathLerp{FFlag::LuauMathLerp, false}; // waiting for math.lerp to be added to embedded type definitions