mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Better rename counterexample test case
This commit is contained in:
parent
0203330c24
commit
7cc312f0dc
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "overloaded_op_accept_structured_subtype")
|
||||||
LUAU_REQUIRE_ERROR_COUNT(0, result);
|
LUAU_REQUIRE_ERROR_COUNT(0, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(BuiltinsFixture, "overloaded_op_decline_unrelated_type")
|
TEST_CASE_FIXTURE(BuiltinsFixture, "overloaded_op_disallow_unrelated_type")
|
||||||
{
|
{
|
||||||
ScopedFastFlag sff{"LuauIntersectedBinopOverloadFix", true};
|
ScopedFastFlag sff{"LuauIntersectedBinopOverloadFix", true};
|
||||||
CheckResult result = check(R"(
|
CheckResult result = check(R"(
|
||||||
|
|
Loading…
Add table
Reference in a new issue