mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Remove leftover debugging commands (breakpoint and btree_breakpoint) from
test scripts. (CVS 5400) FossilOrigin-Name: dcb160249fa2d592ad09b8b0052102dc44a93511
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# focus of this file is testing the sqlite_exec_printf() and
|
||||
# sqlite_get_table_printf() APIs.
|
||||
#
|
||||
# $Id: tableapi.test,v 1.18 2008/06/21 12:15:04 danielk1977 Exp $
|
||||
# $Id: tableapi.test,v 1.19 2008/07/12 14:52:20 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -71,7 +71,6 @@ do_test tableapi-2.3.3 {
|
||||
} {}
|
||||
} {1 {near "invalid": syntax error}}
|
||||
do_test tableapi-2.3.4 {
|
||||
breakpoint
|
||||
sqlite3_get_table_printf $::dbx {
|
||||
SELECT * FROM xyz WHERE a>47 ORDER BY a
|
||||
} {} 8
|
||||
|
Reference in New Issue
Block a user