mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Remove leftover debugging commands (breakpoint and btree_breakpoint) from
test scripts. (CVS 5400) FossilOrigin-Name: dcb160249fa2d592ad09b8b0052102dc44a93511
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: shared.test,v 1.33 2008/07/08 07:35:52 danielk1977 Exp $
|
||||
# $Id: shared.test,v 1.34 2008/07/12 14:52:20 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -874,7 +874,6 @@ do_test shared-$av.11.7 {
|
||||
} {}
|
||||
do_test shared-$av.11.8 {
|
||||
set res [list]
|
||||
breakpoint
|
||||
db2 eval {
|
||||
SELECT abc.a as I, abc2.a as II FROM abc, abc2;
|
||||
} {
|
||||
|
Reference in New Issue
Block a user