diff options
Diffstat (limited to 'test/all.test')
-rw-r--r-- | test/all.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/all.test b/test/all.test index ea8625061..96289a9e7 100644 --- a/test/all.test +++ b/test/all.test @@ -10,13 +10,13 @@ #*********************************************************************** # This file runs all tests. # -# $Id: all.test,v 1.45 2007/08/16 13:01:45 drh Exp $ +# $Id: all.test,v 1.46 2007/08/23 02:47:53 drh Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl rename finish_test really_finish_test proc finish_test {} { - memleak_check + # no-op } if {[file exists ./sqlite_test_count]} { |