Skip to content

Commit 8703263

Browse files
committed
comment fix
1 parent 97a440d commit 8703263

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/unittests/Transforms/Utils/MergeFunctionsTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ TEST(MergeFunctions, FalseOutputFunctionsTest) {
239239
DenseMap<Function *, Function *> MergeResult =
240240
MergeFunctionsPass::runOnFunctions(FunctionsSet.getArrayRef());
241241

242-
for (auto P : MergeResult)
243-
std::cout << P.first << " " << P.second << "\n";
244-
245242
// Expects empty map
246243
EXPECT_EQ(MergeResult.size(), 0u);
247244
}

0 commit comments

Comments
 (0)