mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add scoped fast flag to conformance tests
This commit is contained in:
parent
cacbd31694
commit
a634dbd737
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ TEST_CASE("GC")
|
|||
|
||||
TEST_CASE("Bitwise")
|
||||
{
|
||||
ScopedFastFlag sffs{"LuauBit32Byteswap", true};
|
||||
runConformance("bitwise.lua");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue