Remove DOES_NOT_PASS_NEW_SOLVER_GUARD() from overloaded_function_call_with_singletons_mismatch in TypeInfer.singletons.test.cpp

This commit is contained in:
Math 2025-02-27 10:22:07 -03:00
parent e43f7ed770
commit 14e0fd8810

View file

@ -153,8 +153,6 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons")
TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons_mismatch")
{
DOES_NOT_PASS_NEW_SOLVER_GUARD();
CheckResult result = check(R"(
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
g(true, 37)