summaryrefslogtreecommitdiff
path: root/test/fts3near.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts3near.test')
-rw-r--r--test/fts3near.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fts3near.test b/test/fts3near.test
index 9276fa3..2d9981e 100644
--- a/test/fts3near.test
+++ b/test/fts3near.test
@@ -165,7 +165,6 @@ do_test fts3near-3.6 {
SELECT offsets(t1) FROM t1 WHERE content MATCH 'three NEAR/0 "two four"'
}
} {{0 0 8 5 0 1 14 3 0 2 18 4}}
-breakpoint
do_test fts3near-3.7 {
execsql {
SELECT offsets(t1) FROM t1 WHERE content MATCH '"two four" NEAR/0 three'}