From e61315f365432c3b7499859a91fdbfd07447ece2 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Mon, 17 Feb 2025 19:23:33 +0200 Subject: [PATCH] Post-merge fixes --- tests/TypeFunction.user.test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TypeFunction.user.test.cpp b/tests/TypeFunction.user.test.cpp index 16408e49..2cd586c9 100644 --- a/tests/TypeFunction.user.test.cpp +++ b/tests/TypeFunction.user.test.cpp @@ -1870,7 +1870,6 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "udtf_eqsat_opaque") TEST_CASE_FIXTURE(BuiltinsFixture, "typeof_type_userdata_returns_type") { ScopedFastFlag solverV2{FFlag::LuauSolverV2, true}; - ScopedFastFlag luauUserTypeFunPrintToError{FFlag::LuauUserTypeFunPrintToError, true}; ScopedFastFlag luauUserTypeFunTypeofReturnsType{FFlag::LuauUserTypeFunTypeofReturnsType, true}; CheckResult result = check(R"(