mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
There are two possible error messages from stat-9.1, depending on
compile-time options. Adjust the test case to accept either one. FossilOrigin-Name: 0f567b61072e214c40cae1441889f83622a975f429b41803dfbed687718731c8
This commit is contained in:
@ -323,6 +323,6 @@ breakpoint
|
||||
do_catchsql_test 9.1 {
|
||||
CREATE TABLE dbstat(x, y);
|
||||
DROP TABLE nosuchdb.dbstat;
|
||||
} {1 {no such table: nosuchdb.dbstat}}
|
||||
} {/1 {(no such table: nosuchdb.dbstat|table dbstat may not be dropped)}/}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user