1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Remove stray breakpoints from test scripts. (CVS 5465)

FossilOrigin-Name: cb5e75dfa5c7048bd0994afac19846f70bfa7a4d
This commit is contained in:
drh
2008-07-23 20:28:13 +00:00
parent 74f7eb18b9
commit 9a1ec1e3ae
4 changed files with 10 additions and 13 deletions

View File

@ -12,7 +12,7 @@
# This file contains common code used by many different malloc tests
# within the test suite.
#
# $Id: malloc_common.tcl,v 1.18 2008/06/23 18:49:45 danielk1977 Exp $
# $Id: malloc_common.tcl,v 1.19 2008/07/23 20:28:14 drh Exp $
# If we did not compile with malloc testing enabled, then do nothing.
#
@ -152,7 +152,6 @@ proc do_malloc_test {tn args} {
set v2 1
} else {
set v2 $msg
breakpoint
puts [db errorcode]
}
lappend isFail $v2