summaryrefslogtreecommitdiffstats
path: root/test/vpnor/toc_lookup_failed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/toc_lookup_failed.cpp')
-rw-r--r--test/vpnor/toc_lookup_failed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpnor/toc_lookup_failed.cpp b/test/vpnor/toc_lookup_failed.cpp
index a35975a..5230ab1 100644
--- a/test/vpnor/toc_lookup_failed.cpp
+++ b/test/vpnor/toc_lookup_failed.cpp
@@ -39,7 +39,7 @@ int main()
ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE);
test::VpnorRoot root(ctx, toc, BLOCK_SIZE);
- vpnor::partition::Table table(root.ro(), BLOCK_SIZE, PNOR_SIZE);
+ vpnor::partition::Table table(ctx);
try
{
OpenPOWER on IntegriCloud