Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.
The test is passing with apple-clang-9.1. rdar://problem/40222003 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@332282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
// These compilers have not implemented Core 2094 which makes volatile
|
||||
// qualified types trivially copyable.
|
||||
// XFAIL: clang-3, clang-4, apple-clang, gcc
|
||||
// XFAIL: clang-3, clang-4, apple-clang-6, apple-clang-7, apple-clang-8, apple-clang-9.0, gcc
|
||||
|
||||
#include <type_traits>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user