From 7cc312f0dc2a35b4aad54433d7f3c5c0d4bdc11f Mon Sep 17 00:00:00 2001 From: AmberGraceSoftware Date: Fri, 11 Aug 2023 21:24:53 -0600 Subject: [PATCH] Better rename counterexample test case --- tests/TypeInfer.operators.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeInfer.operators.test.cpp b/tests/TypeInfer.operators.test.cpp index 9a311337..1cbf100a 100644 --- a/tests/TypeInfer.operators.test.cpp +++ b/tests/TypeInfer.operators.test.cpp @@ -466,7 +466,7 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "overloaded_op_accept_structured_subtype") 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}; CheckResult result = check(R"(