mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix another test script problem in walvfs.test.
FossilOrigin-Name: 1b89d3931e368a66be5075bdf49eedd3839591ee268e3ac293040b5bf7639746
This commit is contained in:
@ -145,7 +145,7 @@ proc xWrite {method file args} {
|
||||
if {[file tail $file]=="test.db"} {
|
||||
incr ::cnt -1
|
||||
if {$::cnt==0} {
|
||||
sqlite3_memdebug_fail 5 -repeat 0
|
||||
sqlite3_memdebug_fail 1 -repeat 0
|
||||
catchsql { SELECT 'a big long string!' }
|
||||
sqlite3_interrupt db
|
||||
}
|
||||
|
Reference in New Issue
Block a user