[macruby-changes] [3004] MacRuby/trunk/test_vm/constant.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 13 13:09:13 PST 2009


Revision: 3004
          http://trac.macosforge.org/projects/ruby/changeset/3004
Author:   lsansonetti at apple.com
Date:     2009-11-13 13:09:13 -0800 (Fri, 13 Nov 2009)
Log Message:
-----------
added one failing test

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

Modified: MacRuby/trunk/test_vm/constant.rb
===================================================================
--- MacRuby/trunk/test_vm/constant.rb	2009-11-13 08:08:52 UTC (rev 3003)
+++ MacRuby/trunk/test_vm/constant.rb	2009-11-13 21:09:13 UTC (rev 3004)
@@ -137,3 +137,13 @@
     end
   end
 }
+
+assert '42', %{
+  module M
+    FOO=42
+    class C; end
+    class C::C2
+      p FOO
+    end
+  end
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091113/8d434ea4/attachment.html>


More information about the macruby-changes mailing list