From 0279629cf279deeb889fe31a6abb553db5a0e6e4 Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Wed, 5 Mar 2025 19:12:36 -0300 Subject: [PATCH] Add `LUAU_FASTFLAG` to top section of TypeInfer.singletons.test.cpp --- tests/TypeInfer.singletons.test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TypeInfer.singletons.test.cpp b/tests/TypeInfer.singletons.test.cpp index cbb62246..ff6be510 100644 --- a/tests/TypeInfer.singletons.test.cpp +++ b/tests/TypeInfer.singletons.test.cpp @@ -7,6 +7,7 @@ using namespace Luau; LUAU_FASTFLAG(LuauSolverV2); +LUAU_FASTFLAG(LuauPropagateExpectedTypesForCalls); TEST_SUITE_BEGIN("TypeSingletons");