diff options
Diffstat (limited to 'test/libcxx/selftest/test.fail.cpp')
-rw-r--r-- | test/libcxx/selftest/test.fail.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/libcxx/selftest/test.fail.cpp b/test/libcxx/selftest/test.fail.cpp new file mode 100644 index 0000000000000..2ad608bab260b --- /dev/null +++ b/test/libcxx/selftest/test.fail.cpp @@ -0,0 +1,11 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// + +#error This test should not compile. |