summaryrefslogtreecommitdiffstats
path: root/tests/source.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-27 17:33:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-27 17:33:17 (GMT)
commitad4355066f0d4cdafaa288933a1517e6c79817ad (patch)
tree576be91301968b5d20bf425c68e14dfece3842de /tests/source.test
parent4ff361e556a61cea714b0d65e69176f243b24bc7 (diff)
downloadtcl-ad4355066f0d4cdafaa288933a1517e6c79817ad.zip
tcl-ad4355066f0d4cdafaa288933a1517e6c79817ad.tar.gz
tcl-ad4355066f0d4cdafaa288933a1517e6c79817ad.tar.bz2
Fix test source-4.1
Diffstat (limited to 'tests/source.test')
-rw-r--r--tests/source.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source.test b/tests/source.test
index 6ee2198..0235bd1 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -187,7 +187,7 @@ test source-3.5 {return with special code etc.} -setup {
invoked from within
"source $sourcefile"} {a b c}}
-test source-4.1 {continuation line parsing} -constraints knownBug -setup {
+test source-4.1 {continuation line parsing} -setup {
set sourcefile [makeFile [string map {CL \\\n} {
format %s "[dict get [info frame 0] type]:CL[dict get [info frame 0] line]CL[dict get [info frame 0] line]CL[dict get [info frame 0] line]"
}] source.file]