Skip to content

Commit a32f894

Browse files
committed
[ADT] Remove more llvm::make_unique
https://reviews.llvm.org/D73316
1 parent 39fe440 commit a32f894

File tree

3 files changed

+1
-77
lines changed

3 files changed

+1
-77
lines changed

llvm/unittests/ADT/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ add_llvm_unittest(ADTTests
3939
IntervalMapTest.cpp
4040
IntrusiveRefCntPtrTest.cpp
4141
IteratorTest.cpp
42-
MakeUniqueTest.cpp
4342
MappedIteratorTest.cpp
4443
MapVectorTest.cpp
4544
OptionalTest.cpp

llvm/unittests/ADT/FunctionRefTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- llvm/unittest/ADT/MakeUniqueTest.cpp - std::make_unique unit tests ------===//
1+
//===- llvm/unittest/ADT/FunctionRefTest.cpp - function_ref unit tests ----===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/unittests/ADT/MakeUniqueTest.cpp

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)