llvm-project/libcxx/test/std/utilities/memory/unique.ptr
Eric Fiselier 8c48ebd412 Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com
llvm-svn: 276587
2016-07-24 23:48:26 +00:00
..
unique.ptr.create Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
unique.ptr.dltr No, really - test the constructor 2016-02-25 15:27:13 +00:00
unique.ptr.runtime Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com 2016-07-24 23:48:26 +00:00
unique.ptr.single Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com 2016-04-28 02:45:11 +00:00
unique.ptr.special Add is_swappable/is_nothrow_swappable traits 2016-04-21 23:38:59 +00:00
deleter.h More unique_ptr test cleanup. Fixes in <memory> to come later. 2015-08-19 22:35:07 +00:00
nothing_to_do.pass.cpp