From aed831f6a1a96de6e8f56e5600f4e9584fefd224 Mon Sep 17 00:00:00 2001 From: andreask Date: Wed, 20 Apr 2011 17:48:57 +0000 Subject: Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Mar 2, 2011). --- ChangeLog | 6 ++++++ tests/info.test | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9db76d4..6b499c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-20 Andreas Kupries + + * tests/info.test: Fixed the shift in line numbers used for + testing 'info frame' introduced by checkin [79367df0f0] + (Mar 2, 2011). + 2011-04-20 Jan Nijtmans * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf 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 -- cgit v0.12