diff options
author | drh <drh@noemail.net> | 2015-05-11 18:48:52 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-05-11 18:48:52 +0000 |
commit | 8906b7dbde7bfd06dbef07309d6e76e80ae8594c (patch) | |
tree | d1c6bce67ef4ed29db174d76c8049628bd68d322 /test/analyzer1.test | |
parent | d13b2319234ddb4857b7b793ec3b26b76251a6ca (diff) | |
download | sqlite-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/analyzer1.test')
-rw-r--r-- | test/analyzer1.test | 2 |
1 files changed, 2 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 |