Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt (1189 => 1190)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt 2009-03-26 23:59:58 UTC (rev 1189)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt 2009-03-27 00:03:49 UTC (rev 1190)
@@ -1,4 +1,2 @@
-fails:An ensure block inside a begin block is executed when an exception is raised in it's corresponding begin block
fails:An ensure block inside a begin block is executed even when a symbol is thrown in it's corresponding begin block
-fails:An ensure block inside a method is executed when an exception is raised in the method
-fails:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file
+fails:An ensure block inside a method is executed even when a symbol is thrown in the method