From 14e0fd88108954620c1c284f6643583619053348 Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:22:07 -0300 Subject: [PATCH] Remove `DOES_NOT_PASS_NEW_SOLVER_GUARD()` from `overloaded_function_call_with_singletons_mismatch` in TypeInfer.singletons.test.cpp --- tests/TypeInfer.singletons.test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TypeInfer.singletons.test.cpp b/tests/TypeInfer.singletons.test.cpp index 3aa4efee..3d126e62 100644 --- a/tests/TypeInfer.singletons.test.cpp +++ b/tests/TypeInfer.singletons.test.cpp @@ -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)