Skip to content

Commit

Permalink
Force lerp to be disabled during RTTI test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 9, 2025
1 parent 198d521 commit 54244c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Conformance.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54244c9

Please sign in to comment.