diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2018-08-15 19:27:53 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2018-08-15 19:27:53 +0000 |
commit | dfb4f61d971a52c0c859b6483a16199aa4d2103b (patch) | |
tree | fe7d6518a6daa7d160b1fee514168249fa86f6a6 /libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp | |
parent | 67e6521a6747bba0936a9202395b9bce00914f46 (diff) | |
download | bcm5719-llvm-dfb4f61d971a52c0c859b6483a16199aa4d2103b.tar.gz bcm5719-llvm-dfb4f61d971a52c0c859b6483a16199aa4d2103b.zip |
Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change.
llvm-svn: 339804
Diffstat (limited to 'libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp')
-rw-r--r-- | libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp b/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp index bcfdbb75402..2bf2ea79065 100644 --- a/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp +++ b/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp @@ -6,7 +6,7 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// +// UNSUPPORTED: c++98, c++03 // test quick_exit and at_quick_exit |