Skip to content

Commit

Permalink
more macro madness
Browse files Browse the repository at this point in the history
  • Loading branch information
Vighnesh-V committed Oct 11, 2024
1 parent 69776f6 commit ee6a45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/TypeVar.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,10 @@ 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
Expand Down

0 comments on commit ee6a45b

Please sign in to comment.