Skip to content

Commit aee8bdd

Browse files
committed
Fix constexpr depth
1 parent c055d44 commit aee8bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/input.output/iostream.format/print.fun/transcoding.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// UNSUPPORTED: no-filesystem
1111
// UNSUPPORTED: libcpp-has-no-unicode
1212
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
13-
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=2000000
13+
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=9000000
1414

1515
// <print>
1616

0 commit comments

Comments
 (0)