summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestStrlcpy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibC/TestStrlcpy.cpp')
-rw-r--r--Tests/LibC/TestStrlcpy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibC/TestStrlcpy.cpp b/Tests/LibC/TestStrlcpy.cpp
index c766429a04..01d97e45c0 100644
--- a/Tests/LibC/TestStrlcpy.cpp
+++ b/Tests/LibC/TestStrlcpy.cpp
@@ -37,7 +37,7 @@ static DeprecatedString show(ByteBuffer const& buf)
builder.append('_');
}
builder.append(')');
- return builder.build();
+ return builder.to_deprecated_string();
}
static bool test_single(Testcase const& testcase)