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

Fix typos in permutations.test.

FossilOrigin-Name: b6600ecb4ee8e4d0fe5e8399450ef25b15071a91
This commit is contained in:
dan
2010-07-05 05:31:48 +00:00
parent d53850e579
commit eace527b8c
3 changed files with 9 additions and 9 deletions

View File

@ -493,7 +493,7 @@ test_suite "inmemory_journal" -description {
ifcapable mem3 {
test_suite "memsys3" -description {
Run tests using the allocator in mem3.c.
} [test_set $::allquicktests -exclude {
} -files [test_set $::allquicktests -exclude {
autovacuum.test delete3.test manydb.test
bigrow.test incrblob2.test memdb.test
bitvec.test index2.test memsubsys1.test
@ -531,7 +531,7 @@ ifcapable mem3 {
ifcapable mem5 {
test_suite "memsys5" -description {
Run tests using the allocator in mem5.c.
} [test_set $::allquicktests -exclude {
} -files [test_set $::allquicktests -exclude {
autovacuum.test delete3.test manydb.test
bigrow.test incrblob2.test memdb.test
bitvec.test index2.test memsubsys1.test