summaryrefslogtreecommitdiff
path: root/test/benchmark-gvfs-big-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark-gvfs-big-files.c')
-rw-r--r--test/benchmark-gvfs-big-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark-gvfs-big-files.c b/test/benchmark-gvfs-big-files.c
index 3fcc1fc1..d8cb157a 100644
--- a/test/benchmark-gvfs-big-files.c
+++ b/test/benchmark-gvfs-big-files.c
@@ -141,7 +141,7 @@ benchmark_run (gint argc, gchar *argv [])
return 1;
}
- base_dir = g_file_get_for_commandline_arg (argv [1]);
+ base_dir = g_file_new_for_commandline_arg (argv [1]);
if (!is_dir (base_dir))
{