mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Improvements to test coverage in the lemon-generated parser and in the
sqlite3_get_table() interface. (CVS 4745) FossilOrigin-Name: 9f95d79daeb5e7f6fd62f3c896dae4d332121d1c
This commit is contained in:
@ -10,14 +10,14 @@
|
||||
#***********************************************************************
|
||||
# This file implements regression tests for SQLite library.
|
||||
#
|
||||
# $Id: misc7.test,v 1.17 2007/12/13 21:54:11 drh Exp $
|
||||
# $Id: misc7.test,v 1.18 2008/01/23 12:52:41 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
#do_test misc7-1 {
|
||||
# c_misuse_test
|
||||
#} {}
|
||||
do_test misc7-1-misuse {
|
||||
c_misuse_test
|
||||
} {}
|
||||
|
||||
do_test misc7-2 {
|
||||
c_realloc_test
|
||||
|
Reference in New Issue
Block a user