Add DOES_NOT_PASS_NEW_SOLVER_GUARD back

I thought this test case was related, but I guess it's a different issue?
This commit is contained in:
Math 2025-02-27 13:16:59 -03:00
parent 5d4d7b4625
commit 886b670d95

View file

@ -171,6 +171,8 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_resolution_singleton_parameters"
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)