1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix the name of the source algorithm in the comments of the script generators

for the recently checked-in test cases for integer boundary-value testing. (CVS 6026)

FossilOrigin-Name: adba0f3c01ba2407466d0120c411c398218bdaeb
This commit is contained in:
drh
2008-12-14 02:55:16 +00:00
parent 0dc5124391
commit e13fab3ccf
6 changed files with 18 additions and 18 deletions

View File

@ -13,7 +13,7 @@ puts {# 2008 December 11
# This file is automatically generated from a separate TCL script.
# This file seeks to exercise integer boundary values.
#
# $Id: boundary1.tcl,v 1.1 2008/12/12 19:19:22 drh Exp $
# $Id: boundary1.tcl,v 1.2 2008/12/14 02:55:16 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -65,7 +65,7 @@ proc scramble {inlist} {
return $outlist
}
# A simple magnitude source. Not trying to be efficient.
# A simple selection sort. Not trying to be efficient.
#
proc sort {inlist} {
set outlist {}