Skip to content

Commit 268e2ca

Browse files
committed
Remove old gcc workaround
1 parent 2924fcf commit 268e2ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/base-test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,8 @@ TEST(base_test, no_repeated_format_string_conversions) {
884884
}
885885
};
886886

887-
#if !FMT_GCC_VERSION
888887
char buf[10];
889888
fmt::format_to(buf, nondeterministic_format_string());
890-
#endif
891889
}
892890

893891
TEST(base_test, format_context_accessors) {

0 commit comments

Comments
 (0)