From a634dbd737e471910df46f28059f513a4ad6644b Mon Sep 17 00:00:00 2001 From: Dekkonot Date: Fri, 20 Oct 2023 09:37:02 -0700 Subject: [PATCH] Add scoped fast flag to conformance tests --- tests/Conformance.test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Conformance.test.cpp b/tests/Conformance.test.cpp index a023840b..e03f0109 100644 --- a/tests/Conformance.test.cpp +++ b/tests/Conformance.test.cpp @@ -407,6 +407,7 @@ TEST_CASE("GC") TEST_CASE("Bitwise") { + ScopedFastFlag sffs{"LuauBit32Byteswap", true}; runConformance("bitwise.lua"); }