diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/analyzer1.test | 2 | ||||
-rw-r--r-- | test/sqldiff1.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/analyzer1.test b/test/analyzer1.test index 9eac241d2..765847644 100644 --- a/test/analyzer1.test +++ b/test/analyzer1.test @@ -37,3 +37,5 @@ do_test analyzer1-1.0 { do_test analyzer1-1.1 { regexp {^/\*\* Disk-Space Utilization.*COMMIT;\W*$} $::MSG } {1} + +finish_test diff --git a/test/sqldiff1.test b/test/sqldiff1.test index 4f4cd7082..b345aee57 100644 --- a/test/sqldiff1.test +++ b/test/sqldiff1.test @@ -55,3 +55,5 @@ INSERT INTO t2(a,b) VALUES(50.5,'xyzzy'); CREATE TABLE t3(a,b,c); INSERT INTO t3(rowid,a,b,c) VALUES(1,111,222,333); DROP TABLE t4;} + +finish_test |