1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix test problems with stmtvtab1.test under some permutations.

FossilOrigin-Name: ad6699d476b93131887e30475517764e281647f94df4a8248e2b88f1f14da91d
This commit is contained in:
dan
2017-07-14 20:53:21 +00:00
parent 858205d8bd
commit 04ed43d64d
4 changed files with 11 additions and 10 deletions

View File

@ -1048,7 +1048,7 @@ test_suite "prepare" -description {
db_use_legacy_prepare $::dbhandle 1
#$::dbhandle cache size 0
} -files [
test_set $allquicktests -exclude *malloc* *ioerr* *fault*
test_set $allquicktests -exclude *malloc* *ioerr* *fault* stmtvtab1.test
]
# End of tests