We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37c3c commit 907465bCopy full SHA for 907465b
llvm/unittests/IR/TypesTest.cpp
@@ -70,8 +70,6 @@ TEST(TypesTest, TargetExtType) {
70
TargetExtensionType =
71
TargetExtType::get(Context, "structTET", {Struct}, {0, 1});
72
TETV.clear();
73
- TETStream.clear();
74
- TETStream(TETV);
75
TargetExtensionType->print(TETStream);
76
77
EXPECT_STREQ(TETStream.str().str().data(),
0 commit comments