[macruby-changes] [3195] MacRuby/trunk/test_vm/dispatch.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 5 20:52:00 PST 2010


Revision: 3195
          http://trac.macosforge.org/projects/ruby/changeset/3195
Author:   lsansonetti at apple.com
Date:     2010-01-05 20:51:57 -0800 (Tue, 05 Jan 2010)
Log Message:
-----------
added 2 new failing tests

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

Modified: MacRuby/trunk/test_vm/dispatch.rb
===================================================================
--- MacRuby/trunk/test_vm/dispatch.rb	2010-01-06 03:23:48 UTC (rev 3194)
+++ MacRuby/trunk/test_vm/dispatch.rb	2010-01-06 04:51:57 UTC (rev 3195)
@@ -466,3 +466,19 @@
   end
   C2.new.foo
 }
+
+assert ':ok', %{
+  begin
+    super
+  rescue NoMethodError
+    p :ok
+  end
+}
+
+assert ':ok', %{
+  begin
+    1.times { super }
+  rescue NoMethodError
+    p :ok
+  end
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100105/0376b1a0/attachment-0001.html>


More information about the macruby-changes mailing list