Skip to content

Commit 1e4a54b

Browse files
committed
[libc++][C++03] Remove a few XFAILs in test/libcxx
We've split the libc++ tests into C++03 and non-C++03 tests, so these XFAILs aren't needed anymore.
1 parent 3f99d2f commit 1e4a54b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.verify.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
// UNSUPPORTED: no-wide-characters
1717

18-
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
19-
2018
#include <fstream>
2119

2220
std::basic_filebuf<char, std::char_traits<wchar_t> > f;

libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.verify.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
// UNSUPPORTED: no-wide-characters
1717

18-
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
19-
2018
#include <fstream>
2119

2220
std::basic_fstream<char, std::char_traits<wchar_t> > f;

0 commit comments

Comments
 (0)