summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-18 15:17:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-18 15:17:45 (GMT)
commit44259e9b29f0a9923c3f251c3c1f7115b0196a96 (patch)
treea3c93bcf2d1ac9a421a6820529687da65faa333f /generic/tclTest.c
parent64b0714cce3dbecaa78cd113cdf1dfe4da5d1ef5 (diff)
downloadtcl-44259e9b29f0a9923c3f251c3c1f7115b0196a96.zip
tcl-44259e9b29f0a9923c3f251c3c1f7115b0196a96.tar.gz
tcl-44259e9b29f0a9923c3f251c3c1f7115b0196a96.tar.bz2
"stoponerror" == "profilestrict" (and not used anyway)
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 0decc21..2f244a2 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -2092,7 +2092,6 @@ static int UtfExtWrapper(
} flagMap[] = {
{"start", TCL_ENCODING_START},
{"end", TCL_ENCODING_END},
- {"stoponerror", TCL_ENCODING_PROFILE_STRICT},
{"noterminate", TCL_ENCODING_NO_TERMINATE},
{"charlimit", TCL_ENCODING_CHAR_LIMIT},
{"profiletcl8", TCL_ENCODING_PROFILE_TCL8},