mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Skip StudioReportLuauAny flag in tests
This commit is contained in:
parent
bb7d5cf6c8
commit
28c48cf460
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ static bool skipFastFlag(const char* flagName)
|
||||||
if (strncmp(flagName, "Debug", 5) == 0)
|
if (strncmp(flagName, "Debug", 5) == 0)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if (strcmp(flagName, "StudioReportLuauAny") == 0)
|
||||||
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue