RegressionTests__ExceptionTest.st
changeset 917 4c48bc5be61c
parent 916 6d9ff4af7d5c
child 943 ca26d59e7f3c
--- a/RegressionTests__ExceptionTest.st	Fri Apr 19 12:11:21 2013 +0200
+++ b/RegressionTests__ExceptionTest.st	Fri Apr 19 17:11:14 2013 +0200
@@ -323,7 +323,7 @@
                 action value.
                 trace add:7.
                 Transcript showCR:'7'.
-            ] sunitEnsure: [
+            ] ensure: [
                 trace add:8.
                 Transcript showCR:'8'.
                 tearDown value
@@ -331,9 +331,9 @@
                 Transcript showCR:'9'.
             ].
         ].
-        trace add:10.
-        Transcript showCR:'10'.
     ].
+    trace add:10.
+    Transcript showCR:'10'.
     self assert:(trace asArray = #(5 1 4 8 2 44 10)).
 
     "