summaryrefslogtreecommitdiffstats
path: root/test/capi3.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/capi3.test')
-rw-r--r--test/capi3.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/capi3.test b/test/capi3.test
index 40d87ac..e65f90e 100644
--- a/test/capi3.test
+++ b/test/capi3.test
@@ -181,7 +181,7 @@ do_test capi3-3.4 {
do_test capi3-3.5 {
list [sqlite3_system_errno $db2] [sqlite3_close $db2]
} [list $::capi3_errno SQLITE_OK]
-if {[clang_sanitize_address]==0} {
+if {[clang_sanitize_address]==0 && 0} {
do_test capi3-3.6.1-misuse {
sqlite3_close $db2
} {SQLITE_MISUSE}