mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Remove a debugging btree_breakpoint from vtab1.test. (CVS 4267)
FossilOrigin-Name: 6cc8641ed2fbfc32d418ce153f2819052f230be2
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is creating and dropping virtual tables.
|
||||
#
|
||||
# $Id: vtab1.test,v 1.44 2007/08/22 02:56:44 drh Exp $
|
||||
# $Id: vtab1.test,v 1.45 2007/08/22 02:57:17 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -814,7 +814,6 @@ do_test vtab1.10-1 {
|
||||
do_test vtab1.10-2 {
|
||||
set rc [catch {
|
||||
set ptr [sqlite3_connection_pointer db]
|
||||
btree_breakpoint
|
||||
sqlite3_declare_vtab $ptr {CREATE TABLE abc(a, b, c)}
|
||||
} msg]
|
||||
list $rc $msg
|
||||
|
Reference in New Issue
Block a user