diff options
Diffstat (limited to 'test/capi3.test')
-rw-r--r-- | test/capi3.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/capi3.test b/test/capi3.test index 563d7aa88..066643bb5 100644 --- a/test/capi3.test +++ b/test/capi3.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this script testing the callback-free C/C++ API. # -# $Id: capi3.test,v 1.53 2007/08/25 13:37:49 danielk1977 Exp $ +# $Id: capi3.test,v 1.54 2007/08/29 12:31:29 danielk1977 Exp $ # set testdir [file dirname $argv0] @@ -754,7 +754,7 @@ if {[info command sqlite3_memdebug_fail]!=""} { do_test capi3-10-1 { sqlite3 db test.db set DB [sqlite3_connection_pointer db] - sqlite3_memdebug_fail 0 0 + sqlite3_memdebug_fail 0 catchsql { select * from sqlite_master; } @@ -768,7 +768,7 @@ if {[info command sqlite3_memdebug_fail]!=""} { } {out of memory} } db close - sqlite3_memdebug_fail -1 0 + sqlite3_memdebug_fail -1 } # The following tests - capi3-11.* - test that a COMMIT or ROLLBACK |