Add LUAU_FASTFLAG to top section of TypeInfer.singletons.test.cpp

This commit is contained in:
Math 2025-03-05 19:12:36 -03:00
parent 9a1121e11d
commit 0279629cf2

View file

@ -7,6 +7,7 @@
using namespace Luau;
LUAU_FASTFLAG(LuauSolverV2);
LUAU_FASTFLAG(LuauPropagateExpectedTypesForCalls);
TEST_SUITE_BEGIN("TypeSingletons");