summaryrefslogtreecommitdiff
path: root/test/fts3aa.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts3aa.test')
-rw-r--r--test/fts3aa.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fts3aa.test b/test/fts3aa.test
index 5d79e93..6ff384a 100644
--- a/test/fts3aa.test
+++ b/test/fts3aa.test
@@ -146,7 +146,6 @@ do_test fts3aa-3.3 {
execsql {SELECT rowid FROM t1 WHERE content MATCH '-two one'}
} {1 5 9 13 17 21 25 29}
-breakpoint
do_test fts3aa-4.1 {
execsql {SELECT rowid FROM t1 WHERE content MATCH 'one OR two'}
} {1 2 3 5 6 7 9 10 11 13 14 15 17 18 19 21 22 23 25 26 27 29 30 31}
@@ -224,4 +223,3 @@ do_catchsql_test fts3aa-7.5 {
finish_test
-