| Index: third_party/sqlite/sqlite-src-3100200/test/softheap1.test
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/test/softheap1.test b/third_party/sqlite/sqlite-src-3100200/test/softheap1.test
|
| similarity index 82%
|
| copy from third_party/sqlite/sqlite-src-3080704/test/softheap1.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/softheap1.test
|
| index 522e455e339cc81fa7fd679e7334ce6ec35afc2a..07f981e50a7108ca1a5d5f456cc92e9f16a70e3f 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/test/softheap1.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/softheap1.test
|
| @@ -24,6 +24,14 @@ ifcapable !integrityck {
|
| return
|
| }
|
|
|
| +# EVIDENCE-OF: R-26343-45930 This pragma invokes the
|
| +# sqlite3_soft_heap_limit64() interface with the argument N, if N is
|
| +# specified and is a non-negative integer.
|
| +#
|
| +# EVIDENCE-OF: R-64451-07163 The soft_heap_limit pragma always returns
|
| +# the same integer that would be returned by the
|
| +# sqlite3_soft_heap_limit64(-1) C-language function.
|
| +#
|
| do_test softheap1-1.0 {
|
| execsql {PRAGMA soft_heap_limit}
|
| } [sqlite3_soft_heap_limit -1]
|
|
|