| Index: third_party/sqlite/src/test/pageropt.test
|
| diff --git a/third_party/sqlite/src/test/pageropt.test b/third_party/sqlite/src/test/pageropt.test
|
| index c28b97c964eacae93cc6aa1f4e5d638daabeeacd..1c634f6443c81ab34489d6425f4a31cb7018a60b 100644
|
| --- a/third_party/sqlite/src/test/pageropt.test
|
| +++ b/third_party/sqlite/src/test/pageropt.test
|
| @@ -194,6 +194,6 @@ do_test pageropt-4.2 {
|
| }
|
| } {12 3 3}
|
|
|
| -sqlite3_soft_heap_limit $soft_limit
|
| +sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
|
| catch {db2 close}
|
| finish_test
|
|
|