Skip to content

Commit c47f48b

Browse files
committed
fixup! fix test build failure
1 parent 081bfaa commit c47f48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Demangle/ItaniumDemangleTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST(ItaniumDemangle, HalfType) {
9898
Node *parseType() {
9999
OutputBuffer OB;
100100
Node *N = AbstractManglingParser<TestParser, TestAllocator>::parseType();
101-
N->printLeft(OB);
101+
OB.printLeft(*N);
102102
std::string_view Name = N->getBaseName();
103103
if (!Name.empty())
104104
Types.push_back(std::string(Name.begin(), Name.end()));

0 commit comments

Comments
 (0)