Skip to content

Commit 907465b

Browse files
committed
remove bad clear call
1 parent 2c37c3c commit 907465b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/unittests/IR/TypesTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ TEST(TypesTest, TargetExtType) {
7070
TargetExtensionType =
7171
TargetExtType::get(Context, "structTET", {Struct}, {0, 1});
7272
TETV.clear();
73-
TETStream.clear();
74-
TETStream(TETV);
7573
TargetExtensionType->print(TETStream);
7674

7775
EXPECT_STREQ(TETStream.str().str().data(),

0 commit comments

Comments
 (0)