diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/incrblob2.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/incrblob2.test b/test/incrblob2.test index b6c75cd6c..989da147c 100644 --- a/test/incrblob2.test +++ b/test/incrblob2.test @@ -331,6 +331,9 @@ if {$::tcl_platform(pointerSize)>=8} { # integer overflow. sqlite3_blob_read $rdHandle 2147483647 2147483647 } errmsg] + if {[string match {out of memory in *test_blob.c} $errmsg]} { + set errmsg SQLITE_ERROR + } lappend rc $errmsg } {1 SQLITE_ERROR} } |