Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.
authorCraig Topper <craig.topper@gmail.com>
Sun, 18 May 2014 21:01:46 +0000 (21:01 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 18 May 2014 21:01:46 +0000 (21:01 +0000)
commit677564fe722595d204f2b530db8706ac1037b2b4
tree3f1a3a2ec442cba5725752609737544dfc4c2385
parent1cc4e8a79bb6b0188c18053fe67c224bd1264bee
Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209102 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/MemoryBufferTest.cpp