Skip to content

Commit b45a166

Browse files
committed
REQUIRES in ASCII test
1 parent fb7c87c commit b45a166

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

libcxx/test/libcxx/utilities/format/format.functions/ascii.pass.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
99
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
1010

11-
// What would be the best way to force the test with unicode disabled?
12-
// Force unicode to be disabled.
13-
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_HAS_NO_UNICODE
11+
// REQUIRES: libcpp-has-no-unicode
1412

1513
// TODO FMT This test should not require std::to_chars(floating-point)
1614
// XFAIL: availability-fp_to_chars-missing

libcxx/test/libcxx/utilities/format/format.functions/escaped_output.ascii.pass.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
// TODO FMT This test should not require std::to_chars(floating-point)
1212
// XFAIL: availability-fp_to_chars-missing
1313

14-
// What would be the best way to force the test with unicode disabled?
15-
// Force unicode to be disabled.
16-
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_HAS_NO_UNICODE
14+
// REQUIRES: libcpp-has-no-unicode
1715

1816
// <format>
1917

0 commit comments

Comments
 (0)