diff options
Diffstat (limited to 'tests/ttk/progressbar.test')
-rw-r--r-- | tests/ttk/progressbar.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/progressbar.test b/tests/ttk/progressbar.test index 7cb174c..9f9e5f9 100644 --- a/tests/ttk/progressbar.test +++ b/tests/ttk/progressbar.test @@ -74,7 +74,7 @@ test progressbar-2.4 "step with linked variable" -body { } -result 6.0 test progressbar-2.5 "error in write trace" -body { - trace variable PB w { error "YIPES!" ;# } + trace add variable PB write { error "YIPES!" ;# } .pb step set PB ;# NOTREACHED } -cleanup { unset PB } -returnCodes error -match glob -result "*YIPES!" |