mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
From test scripts, remove stray "breakpoint" commands and blank lines
at the ends of files. FossilOrigin-Name: a6b35273239669189f33402144f58328b133d182
This commit is contained in:
@ -524,7 +524,6 @@ foreach {tn expr res} {
|
||||
do_execsql_test 11.1.$tn.2 {
|
||||
SELECT rowid, mit(matchinfo(tt, 'b')) FROM tt WHERE tt MATCH $expr
|
||||
} $r2
|
||||
breakpoint
|
||||
|
||||
do_execsql_test 11.1.$tn.2 {
|
||||
SELECT rowid, mit(matchinfo(tt, 'b')) FROM tt WHERE tt MATCH $expr
|
||||
@ -552,4 +551,3 @@ do_execsql_test 12.1 {
|
||||
|
||||
set sqlite_fts3_enable_parentheses 0
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user