summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-01-10 22:58:39 (GMT)
committernijtmans <nijtmans@noemail.net>2010-01-10 22:58:39 (GMT)
commit5c4dd24f9879581c530428c9b155ec5b402a4784 (patch)
treedbbc67aa5fc759bc2ea978873fb23e5c3a614329 /tests/info.test
parent270dfa77448b76583b8327e32916dbd29f81dd80 (diff)
downloadtcl-5c4dd24f9879581c530428c9b155ec5b402a4784.zip
tcl-5c4dd24f9879581c530428c9b155ec5b402a4784.tar.gz
tcl-5c4dd24f9879581c530428c9b155ec5b402a4784.tar.bz2
* win/tclWinDde.c: VC++ 6.0 doesn't have
* win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. FossilOrigin-Name: ab999800966a0b666e1f1f44036476255eedbc43
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test
index 2a1998e..8b7729c 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: info.test,v 1.73 2009/11/16 18:00:11 dgp Exp $
+# RCS: @(#) $Id: info.test,v 1.74 2010/01/10 22:58:41 nijtmans Exp $
if {{::tcltest} ni [namespace children]} {
package require tcltest 2
@@ -1415,7 +1415,7 @@ test info-38.7 {location information for arg substitution} -constraints testeval
} -result {* {type source line 728 file info.test cmd {info frame \$level} proc ::etrace level 0}
* {type eval line 1 cmd etrace proc ::tcltest::RunTest}
* {type source line 1414 file info.test cmd {testevalex {return -level 0 \[etrace]}} proc ::tcltest::RunTest}
-* {type source line 2298 file tcltest.tcl cmd {uplevel 1 $script} proc ::tcltest::RunTest}}
+* {type source line * file tcltest* cmd {uplevel 1 $script} proc ::tcltest::RunTest}}
# -------------------------------------------------------------------------
# literal sharing