summaryrefslogtreecommitdiffstats
path: root/test/vpnor/create_read_window_vpnor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/create_read_window_vpnor.cpp')
-rw-r--r--test/vpnor/create_read_window_vpnor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpnor/create_read_window_vpnor.cpp b/test/vpnor/create_read_window_vpnor.cpp
index f4c80de..5adb044 100644
--- a/test/vpnor/create_read_window_vpnor.cpp
+++ b/test/vpnor/create_read_window_vpnor.cpp
@@ -71,7 +71,7 @@ int main()
test::VpnorRoot root(toc, BLOCK_SIZE);
root.write("HBB", data, sizeof(data));
- path = root.path();
+ path = root.ro();
cpath = path.c_str();
system_set_reserved_size(MEM_SIZE);
OpenPOWER on IntegriCloud