diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:05 +0000 |
commit | d1bd27794dfbc317e27d1ec63b338115cbf194ba (patch) | |
tree | c455ca783f87d2f1f33e845f780ce3860b846cdb /test/libcxx/selftest/test.arc.fail.mm | |
parent | 318f9824bdefe5bdd518730a92469f8fd0e61ff6 (diff) |
Notes
Diffstat (limited to 'test/libcxx/selftest/test.arc.fail.mm')
-rw-r--r-- | test/libcxx/selftest/test.arc.fail.mm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/libcxx/selftest/test.arc.fail.mm b/test/libcxx/selftest/test.arc.fail.mm new file mode 100644 index 0000000000000..a185eab137a09 --- /dev/null +++ b/test/libcxx/selftest/test.arc.fail.mm @@ -0,0 +1,13 @@ +// -*- 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. +// +//===----------------------------------------------------------------------===// + +#if __has_feature(objc_arc) +#error This test should not compile. +#endif |