diff options
Diffstat (limited to 'libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp')
-rw-r--r-- | libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp b/libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp deleted file mode 100644 index 67ab944bc5b..00000000000 --- a/libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp +++ /dev/null @@ -1,19 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// type_traits - -// aligned_union - -#include <type_traits> - -int main() -{ -#error aligned_union is not implemented -} |