1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in test file window1.test.

FossilOrigin-Name: 8c80e81d01abde9a5032cdc1a492d0fccd8db139f78d2db9413a60cfdc8e0f64
This commit is contained in:
dan
2019-07-13 17:54:24 +00:00
parent 5e61c1b741
commit 8f245174a3
3 changed files with 8 additions and 8 deletions

View File

@@ -259,7 +259,7 @@ do_catchsql_test 7.1.7 {
} {1 {no such window: abc}}
do_catchsql_test 7.1.8 {
SELECT row_number(x) OVER () FROM t1
} {1 {wrong number of arguments to function row_number}}
} {1 {wrong number of arguments to function row_number()}}
do_execsql_test 7.2 {
SELECT