Skip to content

Commit

Permalink
nit - insert new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Vighnesh-V committed Oct 11, 2024
1 parent ee6a45b commit 74c1ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/.#TypeVar.test.cpp
3 changes: 3 additions & 0 deletions tests/TypeVar.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,17 @@ TEST_CASE("proof_that_isBoolean_uses_all_of")

TEST_CASE("content_reassignment")
{

#pragma GCC diagnostic push

#if !defined(__has_warning) || __has_warning("-Wmaybe-uninitialized")
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif

Type myAny{AnyType{}, /*presistent*/ true};
myAny.documentationSymbol = "@global/any";
#pragma GCC diagnostic pop

TypeArena arena;

TypeId futureAny = arena.addType(FreeType{TypeLevel{}});
Expand Down

0 comments on commit 74c1ac3

Please sign in to comment.