diff options
Diffstat (limited to 'tests/error.test')
-rw-r--r-- | tests/error.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error.test b/tests/error.test index d5ce528..7f7b534 100644 --- a/tests/error.test +++ b/tests/error.test @@ -924,7 +924,7 @@ test error-18.12 {variable assignment unaffected by exception in finally} { list $em [dict get $opts -errorcode] } {bar FOO} -# try tests - fallthough body cases +# try tests - fall-through body cases test error-19.1 {try with fallthrough body #1} { set RES {} |