aboutsummaryrefslogtreecommitdiff
path: root/test/fts3snippet.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts3snippet.test')
-rw-r--r--test/fts3snippet.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fts3snippet.test b/test/fts3snippet.test
index 0fb602020..359a87c6f 100644
--- a/test/fts3snippet.test
+++ b/test/fts3snippet.test
@@ -20,7 +20,6 @@ source $testdir/tester.tcl
# If SQLITE_ENABLE_FTS3 is not defined, omit this file.
ifcapable !fts3 { finish_test ; return }
source $testdir/fts3_common.tcl
-source $testdir/malloc_common.tcl
set sqlite_fts3_enable_parentheses 1
set DO_MALLOC_TEST 0
@@ -460,6 +459,5 @@ foreach {DO_MALLOC_TEST enc} {
} {0 blob}
}
-
set sqlite_fts3_enable_parentheses 0
finish_test