Add scoped fast flag to conformance tests

This commit is contained in:
Dekkonot 2023-10-20 09:37:02 -07:00
parent cacbd31694
commit a634dbd737
No known key found for this signature in database

View file

@ -407,6 +407,7 @@ TEST_CASE("GC")
TEST_CASE("Bitwise")
{
ScopedFastFlag sffs{"LuauBit32Byteswap", true};
runConformance("bitwise.lua");
}