diff options
Diffstat (limited to 'third_party/sqlite/src/test/softheap1.test')
-rw-r--r-- | third_party/sqlite/src/test/softheap1.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/sqlite/src/test/softheap1.test b/third_party/sqlite/src/test/softheap1.test index 6855553..5a06095 100644 --- a/third_party/sqlite/src/test/softheap1.test +++ b/third_party/sqlite/src/test/softheap1.test @@ -45,5 +45,6 @@ do_test softheap1-1.1 { } } {ok} -sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit) +sqlite3_soft_heap_limit $soft_limit + finish_test |