[macruby-changes] [2326] MacRuby/trunk/test_vm/exception.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 14 21:24:51 PDT 2009


Revision: 2326
          http://trac.macosforge.org/projects/ruby/changeset/2326
Author:   vincent.isambart at gmail.com
Date:     2009-08-14 21:24:47 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
added yet another failing test

Modified Paths:
--------------
    MacRuby/trunk/test_vm/exception.rb

Modified: MacRuby/trunk/test_vm/exception.rb
===================================================================
--- MacRuby/trunk/test_vm/exception.rb	2009-08-15 03:53:51 UTC (rev 2325)
+++ MacRuby/trunk/test_vm/exception.rb	2009-08-15 04:24:47 UTC (rev 2326)
@@ -257,3 +257,15 @@
   end
   p bar(1)
 }
+
+assert '42', %{
+  def foo
+    begin
+      return 42
+    ensure
+      nil
+    end
+    23
+  end
+  p foo
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090814/5c385599/attachment.html>


More information about the macruby-changes mailing list