diff options
Diffstat (limited to 'test/select1.test')
-rw-r--r-- | test/select1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/select1.test b/test/select1.test index 43b20f6d1..7023a6e65 100644 --- a/test/select1.test +++ b/test/select1.test @@ -688,7 +688,7 @@ do_test select1-7.2 { do_test select1-7.3 { set v [catch {execsql {SELECT f1 FROM test1 as 'hi', test2 as}} msg] lappend v $msg -} {1 {near "as": syntax error}} +} {1 {incomplete input}} do_test select1-7.4 { set v [catch {execsql { SELECT f1 FROM test1 ORDER BY; |