diff options
author | Louis Dionne <ldionne@apple.com> | 2019-03-21 21:07:33 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-03-21 21:07:33 +0000 |
commit | bea1817e416681e54e6eb9dff5d3005481966f5e (patch) | |
tree | 2a28b0a7173a21d3b1ae91d6f2e4e22999f256ef /libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp | |
parent | 5a593547602be6601c6125b689c0ffe325984ecf (diff) | |
download | bcm5719-llvm-bea1817e416681e54e6eb9dff5d3005481966f5e.tar.gz bcm5719-llvm-bea1817e416681e54e6eb9dff5d3005481966f5e.zip |
[libc++] Remove too-stringent XFAILs for file_clock tests
Those tests actually pass because we don't use anything that's marked
as unavailable.
llvm-svn: 356719
Diffstat (limited to 'libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp b/libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp index 2bc53a292c1..34244a8719b 100644 --- a/libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp +++ b/libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp @@ -12,8 +12,6 @@ // violation because Clock::is_steady is defined in both the dylib and this TU. // UNSUPPORTED: asan -// XFAIL: dylib-has-no-filesystem - // <chrono> // file_clock |