summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorandreask <andreask>2011-04-20 17:48:57 (GMT)
committerandreask <andreask>2011-04-20 17:48:57 (GMT)
commitaed831f6a1a96de6e8f56e5600f4e9584fefd224 (patch)
treef9aeb209b7c17e1a0c8faf405d3e483483bb7bd3 /tests
parente3995f82768b5b9212f3a643a51e50fd3dcbef2b (diff)
downloadtcl-aed831f6a1a96de6e8f56e5600f4e9584fefd224.zip
tcl-aed831f6a1a96de6e8f56e5600f4e9584fefd224.tar.gz
tcl-aed831f6a1a96de6e8f56e5600f4e9584fefd224.tar.bz2
Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Mar 2, 2011).
Diffstat (limited to 'tests')
-rw-r--r--tests/info.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/info.test b/tests/info.test
index 11e475f..5816da3 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -12,6 +12,8 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+#
+# DO NOT DELETE THIS LINE. Keep line numbers correct for testing 'info frame'.
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2