mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Remove DOES_NOT_PASS_NEW_SOLVER_GUARD()
from overloaded_function_call_with_singletons_mismatch
in TypeInfer.singletons.test.cpp
This commit is contained in:
parent
e43f7ed770
commit
14e0fd8810
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons")
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons_mismatch")
|
TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons_mismatch")
|
||||||
{
|
{
|
||||||
DOES_NOT_PASS_NEW_SOLVER_GUARD();
|
|
||||||
|
|
||||||
CheckResult result = check(R"(
|
CheckResult result = check(R"(
|
||||||
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
|
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
|
||||||
g(true, 37)
|
g(true, 37)
|
||||||
|
|
Loading…
Add table
Reference in a new issue