mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Add LUAU_FASTFLAG
to top section of TypeInfer.singletons.test.cpp
This commit is contained in:
parent
9a1121e11d
commit
0279629cf2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
using namespace Luau;
|
using namespace Luau;
|
||||||
|
|
||||||
LUAU_FASTFLAG(LuauSolverV2);
|
LUAU_FASTFLAG(LuauSolverV2);
|
||||||
|
LUAU_FASTFLAG(LuauPropagateExpectedTypesForCalls);
|
||||||
|
|
||||||
TEST_SUITE_BEGIN("TypeSingletons");
|
TEST_SUITE_BEGIN("TypeSingletons");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue