aboutsummaryrefslogtreecommitdiff
path: root/ext/fts5/test/fts5corrupt8.test
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts5/test/fts5corrupt8.test')
-rw-r--r--ext/fts5/test/fts5corrupt8.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts5/test/fts5corrupt8.test b/ext/fts5/test/fts5corrupt8.test
index d642920e4..a43bbaa03 100644
--- a/ext/fts5/test/fts5corrupt8.test
+++ b/ext/fts5/test/fts5corrupt8.test
@@ -32,7 +32,7 @@ sqlite3 db test.db
do_catchsql_test 1.2 {
SELECT * FROM t1
-} {1 {database disk image is malformed}}
+} {1 {fts5: corrupt structure record for table "t1"}}
do_catchsql_test 1.3 {
DROP TABLE t1
} {0 {}}