summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_fs/fs-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/libsvn_fs/fs-test.c')
-rw-r--r--subversion/tests/libsvn_fs/fs-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/tests/libsvn_fs/fs-test.c b/subversion/tests/libsvn_fs/fs-test.c
index 0033e6d..42f11ca 100644
--- a/subversion/tests/libsvn_fs/fs-test.c
+++ b/subversion/tests/libsvn_fs/fs-test.c
@@ -7219,7 +7219,7 @@ test_cache_clear_during_stream(const svn_test_opts_t *opts,
* Just to be sure, make it not too uniform to keep self-txdelta at bay. */
SVN_ERR(svn_fs_apply_textdelta(&consumer_func, &consumer_baton,
txn_root, "/foo", NULL, NULL, subpool));
- stream = svn_txdelta_target_push(consumer_func, consumer_baton,
+ stream = svn_txdelta_target_push(consumer_func, consumer_baton,
svn_stream_empty(subpool), subpool);
for (i = 0; i < 10000; ++ i)
{