diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-26 12:28:16 -0500 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-02-26 12:29:42 -0500 |
commit | 1198c309db1af5ec033388e889061b4e6ae6ce1c (patch) | |
tree | 9cfbe2d0af094d5b38765ede36243df4620a1879 | |
parent | e897214e97f20e954a7d65a6cc5873be366ad822 (diff) | |
download | llvm-1198c309db1af5ec033388e889061b4e6ae6ce1c.zip llvm-1198c309db1af5ec033388e889061b4e6ae6ce1c.tar.gz llvm-1198c309db1af5ec033388e889061b4e6ae6ce1c.tar.bz2 |
[libcxx] [test] Remove an incorrect XFAIL, fix CI on main
9f5f084 (D119770) made this test pass in the Windows configuration too,
but didn't update the XFAIL accordingly.
Differential Revision: https://reviews.llvm.org/D120611
-rw-r--r-- | libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp index 6da1574..6dbfa9f 100644 --- a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp +++ b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp @@ -9,9 +9,6 @@ // UNSUPPORTED: libcpp-no-concepts // UNSUPPORTED: libcpp-has-no-incomplete-format -// UTF-32 doesn't work properly -// XFAIL: windows - // <format> // Tests the Unicode width support of the standard format specifiers. |