From 657f6cb85707e9b0c05f9b645a455e738ccc0740 Mon Sep 17 00:00:00 2001 From: Hunter Goldstein Date: Mon, 14 Apr 2025 16:29:32 -0700 Subject: [PATCH] typo :) --- tests/Normalize.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Normalize.test.cpp b/tests/Normalize.test.cpp index 61626a19..e036e459 100644 --- a/tests/Normalize.test.cpp +++ b/tests/Normalize.test.cpp @@ -21,7 +21,7 @@ LUAU_FASTFLAG(LuauSubtypingStopAtNormFail) LUAU_FASTFLAG(LuauNormalizationCatchMetatableCycles) LUAU_FASTFLAG(LuauSubtypingEnableReasoningLimit) LUAU_FASTFLAG(LuauTypePackDetectCycles) -LUAU_FASTFLAG(LuauNonreentrantGeneralization) +LUAU_FASTFLAG(LuauNonReentrantGeneralization) using namespace Luau;