mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix another minor problem in walro2.test.
FossilOrigin-Name: ba0631de60ca38bf7efa6dbd86ec8774bf6f438c804155968e97f17eabe3b20a
This commit is contained in:
@ -48,7 +48,7 @@ proc copy_to_test2 {bZeroShm} {
|
||||
do_execsql_test 0.0 {
|
||||
PRAGMA journal_mode = wal;
|
||||
CREATE TABLE t1(x);
|
||||
}
|
||||
} {wal}
|
||||
set MINSHMSZ [file size test.db-shm]
|
||||
|
||||
foreach bZeroShm {0 1} {
|
||||
|
Reference in New Issue
Block a user