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

Remove an "explain" command from test script without_rowid1.test that was accidentally committed.

FossilOrigin-Name: 4b41d989e894b9214a9b973228ef8446356f9fbb
This commit is contained in:
dan
2013-11-05 16:56:11 +00:00
parent 427ebba10c
commit 6d8578bc8f
3 changed files with 7 additions and 11 deletions

View File

@ -199,9 +199,5 @@ do_execsql_test 3.1.5 {
SELECT * FROM t3;
} {i ii iii}
explain_i {
INSERT INTO t3 SELECT * FROM t4;
}
finish_test