summaryrefslogtreecommitdiffstats
path: root/test/vpnor/toc_missing_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/toc_missing_file.cpp')
-rw-r--r--test/vpnor/toc_missing_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpnor/toc_missing_file.cpp b/test/vpnor/toc_missing_file.cpp
index aad80b4..dd602bb 100644
--- a/test/vpnor/toc_missing_file.cpp
+++ b/test/vpnor/toc_missing_file.cpp
@@ -44,7 +44,7 @@ int main()
try
{
- vpnor::partition::Table table(root.ro(), BLOCK_SIZE, PNOR_SIZE);
+ vpnor::partition::Table table(ctx);
}
catch (vpnor::InvalidTocEntry& e)
{
OpenPOWER on IntegriCloud