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

Remove stray (and incomplete) comment from a test file. No changes to code.

FossilOrigin-Name: 8de20fc72a9b55fabd2444b2d73c88c65658430d6d182da9f0e2f3432373ab51
This commit is contained in:
mistachkin
2017-07-21 20:31:31 +00:00
parent 5acc3bdbdf
commit 07c3a1a358
3 changed files with 8 additions and 11 deletions

View File

@ -380,7 +380,4 @@ do_execsql_test indexexpr1-1300.1 {
SELECT a FROM t1300 WHERE substr(b,4)='ess' COLLATE nocase ORDER BY +a;
} {3 4}
# Date and time functions can participate in an index as long as they
# do not contain
finish_test