summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_fs_base/strings-reps-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/libsvn_fs_base/strings-reps-test.c')
-rw-r--r--subversion/tests/libsvn_fs_base/strings-reps-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/tests/libsvn_fs_base/strings-reps-test.c b/subversion/tests/libsvn_fs_base/strings-reps-test.c
index a852103..4512eef 100644
--- a/subversion/tests/libsvn_fs_base/strings-reps-test.c
+++ b/subversion/tests/libsvn_fs_base/strings-reps-test.c
@@ -360,7 +360,7 @@ verify_expected_record(svn_fs_t *fs,
size, expected_len);
/* Read the string back in 100-byte chunks. */
- text = svn_stringbuf_create("", trail->pool);
+ text = svn_stringbuf_create_empty(trail->pool);
while (1)
{
size = sizeof(buf);