mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Changes fts3 to use only sqlite3_malloc() and not system malloc.
Ticket #2762. (CVS 4554) FossilOrigin-Name: 460af6bb668094c99a1d4dc1540b44b6d1d036b6
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.65 2007/10/23 10:25:30 danielk1977 Exp $
|
||||
# $Id: quick.test,v 1.66 2007/11/23 17:31:19 drh Exp $
|
||||
|
||||
proc lshift {lvar} {
|
||||
upvar $lvar l
|
||||
@ -49,6 +49,7 @@ set EXCLUDE {
|
||||
crash2.test
|
||||
crash3.test
|
||||
exclusive3.test
|
||||
fts3.test
|
||||
fuzz.test
|
||||
fuzz_malloc.test
|
||||
in2.test
|
||||
|
Reference in New Issue
Block a user