| Index: third_party/sqlite/src/test/malloc3.test
|
| diff --git a/third_party/sqlite/src/test/malloc3.test b/third_party/sqlite/src/test/malloc3.test
|
| index 0046798efffb634d61500b2acfb6a143f166c430..73d2d39642f24ed49c97b31bc46cd590c9f70fcd 100644
|
| --- a/third_party/sqlite/src/test/malloc3.test
|
| +++ b/third_party/sqlite/src/test/malloc3.test
|
| @@ -655,7 +655,7 @@ sqlite3 db test.db
|
| sqlite3_extended_result_codes db 1
|
| set ::DB [sqlite3_connection_pointer db]
|
|
|
| -# Turn of the Tcl interface's prepared statement caching facility in
|
| +# Turn off the Tcl interface's prepared statement caching facility in
|
| # the new connnection. Then run the tests with "transient" malloc failures.
|
| db cache size 0
|
| run_test $::run_test_script 0
|
|
|