diff options
Diffstat (limited to 'test/progress.test')
-rw-r--r-- | test/progress.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/progress.test b/test/progress.test index 993426aa2..f6d722924 100644 --- a/test/progress.test +++ b/test/progress.test @@ -164,7 +164,6 @@ do_test progress-1.7 { } set ::res [list] - explain {SELECT a, b, c FROM abc} db eval {SELECT a, b, c FROM abc} { lappend ::res $a $b $c db progress 5 "expr 1" |