Skip to content

Commit

Permalink
Remove knownProfileBug constraint: this is already fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Mar 22, 2023
1 parent 382d9a1 commit 7bc7d1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/io.test
Expand Up @@ -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
Expand Down

0 comments on commit 7bc7d1f

Please sign in to comment.