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:
@ -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
|
||||
|
Reference in New Issue
Block a user