llvm-project/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime
Eric Fiselier 32ad52170c Fix failing unique_ptr tests.
When I was refactoring the unique_ptr.single.ctor tests I added a test
deleter, 'NCDeleter', to deleter.h. Other tests that include deleter.h
redefine the NCDeleter type causing test failures.

llvm-svn: 243733
2015-07-31 04:34:25 +00:00
..
unique.ptr.runtime.ctor Fix failing unique_ptr tests. 2015-07-31 04:34:25 +00:00
unique.ptr.runtime.modifiers Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
unique.ptr.runtime.observers
move01.fail.cpp Start cleanup of unique_ptr tests. 2015-07-31 02:43:52 +00:00
move01.pass.cpp
move02.fail.cpp
move03.fail.cpp
move04.fail.cpp
move_convert01.fail.cpp
move_convert02.fail.cpp
move_convert03.fail.cpp
move_convert04.fail.cpp
move_convert05.fail.cpp
move_convert06.fail.cpp
move_convert07.fail.cpp
move_convert08.fail.cpp
move_convert09.fail.cpp
null_asgn.pass.cpp
null_ctor.pass.cpp
nullptr_asgn.pass.cpp
pointer_type.pass.cpp