summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-22 21:11:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-22 21:11:12 (GMT)
commit4dcd70c967a3cecc535854cfe982c8180ffdf30a (patch)
treea19580d9dd2627940737af64206292a2c1c30ed7 /tests/io.test
parent17937238e2e0cd2560c5fdaa676ce36b64ab450e (diff)
downloadtcl-4dcd70c967a3cecc535854cfe982c8180ffdf30a.zip
tcl-4dcd70c967a3cecc535854cfe982c8180ffdf30a.tar.gz
tcl-4dcd70c967a3cecc535854cfe982c8180ffdf30a.tar.bz2
Remove knownProfileBug constraint: this is already fixed
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/io.test b/tests/io.test
index 58d276b..a085976 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -5677,10 +5677,7 @@ test io-39.15 {Tcl_SetChannelOption: -encoding, binary & utf-8} {
close $f
set x
} 牦
-# Remove knownProfileBug constraint below post TIP656- TODO
-test io-39.16 {Tcl_SetChannelOption: -encoding (shortened to "-en"), errors} -constraints {
- knownProfileBug
-} -body {
+test io-39.16 {Tcl_SetChannelOption: -encoding (shortened to "-en"), errors} -body {
file delete $path(test1)
set f [open $path(test1) w]
fconfigure $f -en foobar