diff --git a/tests/Conformance.test.cpp b/tests/Conformance.test.cpp index 9313bda5..167a88ad 100644 --- a/tests/Conformance.test.cpp +++ b/tests/Conformance.test.cpp @@ -988,6 +988,7 @@ static void populateRTTI(lua_State* L, Luau::TypeId type) TEST_CASE("Types") { ScopedFastFlag luauVectorDefinitions{FFlag::LuauVectorDefinitions, true}; + ScopedFastFlag luauMathLerp{FFlag::LuauMathLerp, false}; // waiting for math.lerp to be added to embedded type definitions runConformance( "types.lua",