diff options
Diffstat (limited to 'test/select8.test')
-rw-r--r-- | test/select8.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/select8.test b/test/select8.test index 98626641b..39b273949 100644 --- a/test/select8.test +++ b/test/select8.test @@ -32,7 +32,6 @@ set result [execsql { FROM songs GROUP BY LOWER(artist) }] -puts result=$result do_test select8-1.1 { execsql { SELECT DISTINCT artist,sum(timesplayed) AS total |