From 54244c9cb640a07f839f0477656651f566c472d7 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 9 Jan 2025 07:48:05 -0800 Subject: [PATCH] Force lerp to be disabled during RTTI test --- tests/Conformance.test.cpp | 1 + 1 file changed, 1 insertion(+) 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",