[macruby-changes] [2193] MacRuby/branches/experimental/test_vm/dispatch.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 3 15:07:58 PDT 2009


Revision: 2193
          http://trac.macosforge.org/projects/ruby/changeset/2193
Author:   lsansonetti at apple.com
Date:     2009-08-03 15:07:56 -0700 (Mon, 03 Aug 2009)
Log Message:
-----------
adding a failing test

Modified Paths:
--------------
    MacRuby/branches/experimental/test_vm/dispatch.rb

Modified: MacRuby/branches/experimental/test_vm/dispatch.rb
===================================================================
--- MacRuby/branches/experimental/test_vm/dispatch.rb	2009-08-03 21:34:09 UTC (rev 2192)
+++ MacRuby/branches/experimental/test_vm/dispatch.rb	2009-08-03 22:07:56 UTC (rev 2193)
@@ -315,3 +315,16 @@
   end
   X.new.foo(42)
 }
+
+assert ':ok', %{
+  module M
+    def initialize(*args)
+      super
+    end
+  end
+  class X
+    include M
+  end
+  X.new
+  p :ok
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090803/3bed504b/attachment-0001.html>


More information about the macruby-changes mailing list