summaryrefslogtreecommitdiffstats
path: root/tests/font.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-01-23 19:00:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-01-23 19:00:19 (GMT)
commitaafc31a89b188a589cc256a1f62bb80b2f053a2b (patch)
treeb29de96a769f62f69e00dea5cbd528e2954b11ab /tests/font.test
parent567e654b82f4cd34d86fa80a81c35250bc1392d9 (diff)
downloadtk-aafc31a89b188a589cc256a1f62bb80b2f053a2b.zip
tk-aafc31a89b188a589cc256a1f62bb80b2f053a2b.tar.gz
tk-aafc31a89b188a589cc256a1f62bb80b2f053a2b.tar.bz2
Remove cross-test disruption.
Diffstat (limited to 'tests/font.test')
-rw-r--r--tests/font.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/font.test b/tests/font.test
index 9ed24dc..2defb29 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -1162,6 +1162,7 @@ test font-33.1 {Tk_TextWidth procedure} {
test font-34.1 {ConfigAttributesObj procedure: arguments} {
# (Tcl_GetIndexFromObj() != TCL_OK)
+ set x {}
setup
list [catch {font create xyz -xyz} msg] $msg
} {1 {bad option "-xyz": must be -family, -size, -weight, -slant, -underline, or -overstrike}}