summaryrefslogtreecommitdiff
path: root/libcxxabi/test/catch_const_pointer_nullptr.cpp
AgeCommit message (Collapse)Author
2015-01-21Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs
http://reviews.llvm.org/D7101 llvm-svn: 226691
2013-12-0580-column wrap a comment in a testNico Weber
llvm-svn: 196540
2013-12-04Fixed a couple of test errors; changed 'const A const *' to 'const A* ↵Marshall Clow
const'. Thanks to Nico for the catch llvm-svn: 196355
2012-02-01added const nullptr testsMarshall Clow
llvm-svn: 149552
2012-02-01removed duplicated tests - Howard was quicker than me.Marshall Clow
llvm-svn: 149545
2012-02-01Added tests for catching const/non-const nullptrMarshall Clow
llvm-svn: 149542