[macruby-changes] [955] MacRuby/branches/experimental/test_roxor.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 17 13:53:10 PDT 2009


Revision: 955
          http://trac.macosforge.org/projects/ruby/changeset/955
Author:   lsansonetti at apple.com
Date:     2009-03-17 13:53:09 -0700 (Tue, 17 Mar 2009)
Log Message:
-----------
fixed a test

Modified Paths:
--------------
    MacRuby/branches/experimental/test_roxor.rb

Modified: MacRuby/branches/experimental/test_roxor.rb
===================================================================
--- MacRuby/branches/experimental/test_roxor.rb	2009-03-17 20:22:12 UTC (rev 954)
+++ MacRuby/branches/experimental/test_roxor.rb	2009-03-17 20:53:09 UTC (rev 955)
@@ -351,7 +351,7 @@
       FOO = 42
       class Y < X; def foo; FOO; end; end
     end
-    p Z::Y.foo
+    p Z::Y.new.foo
   }
 
 end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090317/682e1d9f/attachment.html>


More information about the macruby-changes mailing list