mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Force lerp to be disabled during RTTI test
This commit is contained in:
parent
198d521e86
commit
54244c9cb6
1 changed files with 1 additions and 0 deletions
|
@ -988,6 +988,7 @@ static void populateRTTI(lua_State* L, Luau::TypeId type)
|
||||||
TEST_CASE("Types")
|
TEST_CASE("Types")
|
||||||
{
|
{
|
||||||
ScopedFastFlag luauVectorDefinitions{FFlag::LuauVectorDefinitions, true};
|
ScopedFastFlag luauVectorDefinitions{FFlag::LuauVectorDefinitions, true};
|
||||||
|
ScopedFastFlag luauMathLerp{FFlag::LuauMathLerp, false}; // waiting for math.lerp to be added to embedded type definitions
|
||||||
|
|
||||||
runConformance(
|
runConformance(
|
||||||
"types.lua",
|
"types.lua",
|
||||||
|
|
Loading…
Add table
Reference in a new issue