Force lerp to be disabled during RTTI test

This commit is contained in:
Arseny Kapoulkine 2025-01-09 07:48:05 -08:00
parent 198d521e86
commit 54244c9cb6

View file

@ -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",