aboutsummaryrefslogtreecommitdiff
path: root/test/table.test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2004-11-23 22:16:39 +0000
committerdrh <drh@noemail.net>2004-11-23 22:16:39 +0000
commit251b067ccd866e4c7f8975fc2e57e8fd7e9ab5cc (patch)
treefdc78e80536b4d77043abfa26564022b908f644e /test/table.test
parent8b840013dacdf376469e805f241b0379cc8d1d27 (diff)
downloadsqlite-251b067ccd866e4c7f8975fc2e57e8fd7e9ab5cc.tar.gz
sqlite-251b067ccd866e4c7f8975fc2e57e8fd7e9ab5cc.zip
fulltest runs now, but still finds a memory leak. (CVS 2150)
FossilOrigin-Name: 5944d51e6c164270301b57e4351add4cb6137be6
Diffstat (limited to 'test/table.test')
-rw-r--r--test/table.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/table.test b/test/table.test
index 7024e2bc6..128495e77 100644
--- a/test/table.test
+++ b/test/table.test
@@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing the CREATE TABLE statement.
#
-# $Id: table.test,v 1.34 2004/11/23 09:06:56 danielk1977 Exp $
+# $Id: table.test,v 1.35 2004/11/23 22:16:40 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -570,6 +570,7 @@ set sqlite_current_time 0
#
# Try to create a table from within a callback:
+unset -nocomplain result
do_test table-14.1 {
set rc [
catch {
@@ -648,4 +649,3 @@ do_test table-15.2 {
} {}
finish_test
-