mirror of
https://github.com/sqlite/sqlite.git
synced 2025-06-12 04:41:58 +03:00
Add missing "finish_test" commands to the end of the two new test scripts
for sqlite3_analyzer and sqldiff. FossilOrigin-Name: 1d5e72b1c4e0350c492e12f102acc41e1777ef98
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user