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

Reformat the white-space in a few test cases so that the tests work with Tcl 8.6.9.

FossilOrigin-Name: 29d02bf2fa9ecacbcc3e862ca70382f5875da8c1dc7fd27366190045fcc42b15
This commit is contained in:
dan
2019-02-26 19:16:49 +00:00
parent ddc28c23d5
commit 69e224f88a
5 changed files with 13 additions and 14 deletions

View File

@ -254,7 +254,7 @@ do_execsql_test 4.0 {
}
do_execsql_test 4.1.1 { INSERT INTO t1 VALUES(1, 2, 3); }
do_scanstatus_test 4.1.2 { }
do_scanstatus_test 4.1.2 {}
do_execsql_test 4.2 {
CREATE TABLE p1(x PRIMARY KEY);