summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestSnprintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibC/TestSnprintf.cpp')
-rw-r--r--Tests/LibC/TestSnprintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibC/TestSnprintf.cpp b/Tests/LibC/TestSnprintf.cpp
index 055a64b37c..c7535db722 100644
--- a/Tests/LibC/TestSnprintf.cpp
+++ b/Tests/LibC/TestSnprintf.cpp
@@ -43,7 +43,7 @@ static DeprecatedString show(ByteBuffer const& buf)
builder.append('_');
}
builder.append(')');
- return builder.build();
+ return builder.to_deprecated_string();
}
template<typename TArg>