mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
newline
This commit is contained in:
parent
39899ade4f
commit
ef95ce5266
1 changed files with 2 additions and 1 deletions
|
@ -464,8 +464,9 @@ TEST_CASE("proof_that_isBoolean_uses_all_of")
|
|||
}
|
||||
|
||||
|
||||
#ifdef defined(__linux__) && defined(__GNUC__)
|
||||
#ifdef defined(__linux__) && defined(__GNUC__)g
|
||||
#else
|
||||
|
||||
TEST_CASE("content_reassignment")
|
||||
{
|
||||
Type myAny{AnyType{}, /*presistent*/ true};
|
||||
|
|
Loading…
Reference in a new issue