diff --git a/tests/TypeInfer.singletons.test.cpp b/tests/TypeInfer.singletons.test.cpp index 2d07f900..cbb62246 100644 --- a/tests/TypeInfer.singletons.test.cpp +++ b/tests/TypeInfer.singletons.test.cpp @@ -153,6 +153,8 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons") TEST_CASE_FIXTURE(Fixture, "overloaded_function_resolution_singleton_parameters") { + ScopedFastFlag sff{FFlag::LuauPropagateExpectedTypesForCalls, true}; + CheckResult result = check(R"( type A = ("A") -> string type B = ("B") -> number