Skip to content

Commit

Permalink
Remove stray diagnostic pop
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 20, 2023
1 parent 886d19d commit 1d027a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,3 @@ TEST_CASE( "count_equidistant_floats",
decltype( count_floats_with_scaled_ulp(
0.f, 1.f ) )>::value );
}

#if defined( __GNUC__ ) || defined( __clang__ )
# pragma GCC diagnostic pop
#endif

0 comments on commit 1d027a8

Please sign in to comment.