1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove some incorrect async tests; (CVS 6540)

FossilOrigin-Name: 03af25b3ee001c1bf3e7a3218fad6ed311c7c259
This commit is contained in:
shane
2009-04-23 18:41:25 +00:00
parent a3f065980e
commit 8a0dc3b04a
3 changed files with 9 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
#
#***********************************************************************
#
# $Id: async2.test,v 1.10 2009/03/24 17:43:57 drh Exp $
# $Id: async2.test,v 1.11 2009/04/23 18:41:26 shane Exp $
set testdir [file dirname $argv0]
@@ -122,9 +122,5 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
}
catch {db close}
sqlite3async_halt idle
sqlite3async_start
sqlite3async_wait
sqlite3async_halt never
finish_test