summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-16 15:31:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-16 15:31:02 (GMT)
commit82b14ae2cccdfa8344432dfd5217620a2f425b48 (patch)
tree28badadd1321a969e36306bf762bbbc318449002 /tests
parente184e0fa051c3ec3847b9967a7325b147bc4d0fe (diff)
parent757618f52c8485c3a87e829181450c8cb5b297ea (diff)
downloadtk-82b14ae2cccdfa8344432dfd5217620a2f425b48.zip
tk-82b14ae2cccdfa8344432dfd5217620a2f425b48.tar.gz
tk-82b14ae2cccdfa8344432dfd5217620a2f425b48.tar.bz2
In Tk 9.0, remove some unneeded "-encoding utf-8" (it's already the default)
Diffstat (limited to 'tests')
-rw-r--r--tests/visual_bb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual_bb.test b/tests/visual_bb.test
index 36612a9..c2bed6f 100644
--- a/tests/visual_bb.test
+++ b/tests/visual_bb.test
@@ -23,7 +23,7 @@ proc runTest {file} {
global testNum
test "2.$testNum" "testing $file" {userInteraction} {
- uplevel #0 [list source -encoding utf-8 [file join [testsDirectory] $file]]
+ uplevel #0 [list source [file join [testsDirectory] $file]]
concat ""
} {}
incr testNum