Skip to content

Commit 4734fd7

Browse files
committed
Cleanup MetadataTest
1 parent 326dd47 commit 4734fd7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/unittests/IR/MetadataTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,7 @@ TEST_F(DILocationTest, Merge) {
10841084
auto *LBF2 = DILexicalBlockFile::get(Context, LB2, F2, 0);
10851085
auto *A = DILocation::get(Context, 1, 6, LBF1);
10861086
auto *B = DILocation::get(Context, 1, 6, LBF2);
1087-
llvm::errs() << "Check\n";
10881087
auto *M = DILocation::getMergedLocation(A, B);
1089-
M->dump();
1090-
M->getScope()->dump();
1091-
LBF1->dump();
10921088
EXPECT_EQ(1u, M->getLine());
10931089
EXPECT_EQ(6u, M->getColumn());
10941090
EXPECT_EQ(LBF1->getFile(), M->getScope()->getFile());

0 commit comments

Comments
 (0)