1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a typo in csv01.test introduced by the previous commit.

FossilOrigin-Name: f38ff718278c8ff477d1c6379ced32167063de15f0666c8eac2e4dd30cbd975c
This commit is contained in:
dan
2017-08-10 19:12:04 +00:00
parent 09fc79bd6f
commit 5b156b2bb4
3 changed files with 8 additions and 8 deletions

View File

@ -138,7 +138,7 @@ do_catchsql_test 4.2 {
'CREATE TABLE t3(a,b,c,d) WITHOUT ROWID',
testflags=1
);
} {0 {vtable constructor failed: t5}}
} {1 {vtable constructor failed: t5}}
finish_test