summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.start.term/quick_exit_check2.fail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-25/+0
| | | | llvm-svn: 224658
* Cleanup quick_exit tests and get them passing in C++03.Eric Fiselier2014-11-191-0/+25
Wrap the original test in _LIBCPP_HAS_QUICK_EXIT so it only runs when we have quick_exit and add two new tests that check that when _LIBCPP_HAS_QUICK_EXIT is not defined then no definition of std::at_quick_exit or std::quick_exit are available. llvm-svn: 222298
OpenPOWER on IntegriCloud