diff --git a/test/nested.cc b/test/nested.cc index e407f2eb..75999598 100644 --- a/test/nested.cc +++ b/test/nested.cc @@ -278,5 +278,5 @@ bool testcase_nested::run() { while (!stack.empty()) pop_txn(false); - return true; + return speculum_verify(); }