mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Fix compile error
This commit is contained in:
parent
f0a0b55992
commit
c41fe13178
1 changed files with 0 additions and 1 deletions
|
@ -5101,7 +5101,6 @@ L0: RETURN R3 -1
|
||||||
|
|
||||||
TEST_CASE("VectorConstants")
|
TEST_CASE("VectorConstants")
|
||||||
{
|
{
|
||||||
ScopedFastFlag luauVectorBuiltins{FFlag::LuauVectorBuiltins, true};
|
|
||||||
ScopedFastFlag luauVector2Constants{FFlag::LuauVector2Constants, true};
|
ScopedFastFlag luauVector2Constants{FFlag::LuauVector2Constants, true};
|
||||||
|
|
||||||
CHECK_EQ("\n" + compileFunction("return vector.create(1, 2)", 0, 2, 0), R"(
|
CHECK_EQ("\n" + compileFunction("return vector.create(1, 2)", 0, 2, 0), R"(
|
||||||
|
|
Loading…
Add table
Reference in a new issue