aboutsummaryrefslogtreecommitdiff
path: root/test/sqldiff1.test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-05-11 18:48:52 +0000
committerdrh <drh@noemail.net>2015-05-11 18:48:52 +0000
commit8906b7dbde7bfd06dbef07309d6e76e80ae8594c (patch)
treed1c6bce67ef4ed29db174d76c8049628bd68d322 /test/sqldiff1.test
parentd13b2319234ddb4857b7b793ec3b26b76251a6ca (diff)
downloadsqlite-8906b7dbde7bfd06dbef07309d6e76e80ae8594c.tar.gz
sqlite-8906b7dbde7bfd06dbef07309d6e76e80ae8594c.zip
Add missing "finish_test" commands to the end of the two new test scripts
for sqlite3_analyzer and sqldiff. FossilOrigin-Name: 1d5e72b1c4e0350c492e12f102acc41e1777ef98
Diffstat (limited to 'test/sqldiff1.test')
-rw-r--r--test/sqldiff1.test2
1 files changed, 2 insertions, 0 deletions
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