1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Test coverage improvements for fts3.c.

FossilOrigin-Name: a8b1d99899678b72c2a487909eabed321593d55f
This commit is contained in:
dan
2010-10-25 12:47:43 +00:00
parent 74c3e78cad
commit ddf80eb8ce
11 changed files with 128 additions and 47 deletions

View File

@ -44,7 +44,6 @@ proc normal_list {l} {
set ret
}
do_write_test fts3_malloc-1.1 sqlite_master {
CREATE VIRTUAL TABLE ft1 USING fts3(a, b)
}