aboutsummaryrefslogtreecommitdiff
path: root/test/notnull.test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2018-11-07 02:17:01 +0000
committerdrh <drh@noemail.net>2018-11-07 02:17:01 +0000
commit6ab91a7a7aed9e7e1d86e63b7c8cfbfa15a27792 (patch)
tree0eb3f6ae67d93a2feb8bc3af468b898ba3d28bf7 /test/notnull.test
parent0f0d3ddf71fdb1d231a66b3e05fe991b6df97be2 (diff)
downloadsqlite-6ab91a7a7aed9e7e1d86e63b7c8cfbfa15a27792.tar.gz
sqlite-6ab91a7a7aed9e7e1d86e63b7c8cfbfa15a27792.zip
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
so that they work with DEFENSIVE enabled. FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
Diffstat (limited to 'test/notnull.test')
-rw-r--r--test/notnull.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/notnull.test b/test/notnull.test
index 32d95eaf2..23abe31f2 100644
--- a/test/notnull.test
+++ b/test/notnull.test
@@ -606,4 +606,3 @@ do_uses_op_next_test notnull-6.9 "SELECT * FROM t8 WHERE a IS ?" 0
do_uses_op_next_test notnull-6.10 "SELECT * FROM t8 WHERE a IS ?" 0
finish_test
-