[macruby-changes] [834] MacRuby/trunk/test/ruby/test_objc.rb
source_changes at macosforge.org
source_changes at macosforge.org
Mon Mar 2 23:38:31 PST 2009
Revision: 834
http://trac.macosforge.org/projects/ruby/changeset/834
Author: lsansonetti at apple.com
Date: 2009-03-02 23:38:30 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
reverting a unnecessary test
Modified Paths:
--------------
MacRuby/trunk/test/ruby/test_objc.rb
Modified: MacRuby/trunk/test/ruby/test_objc.rb
===================================================================
--- MacRuby/trunk/test/ruby/test_objc.rb 2009-03-03 07:19:13 UTC (rev 833)
+++ MacRuby/trunk/test/ruby/test_objc.rb 2009-03-03 07:38:30 UTC (rev 834)
@@ -508,12 +508,4 @@
assert_equal('i', ms.getArgumentTypeAtIndex(2))
assert_equal('i', ms.getArgumentTypeAtIndex(3))
end
-
- module Kernel
- def foo; 42; end
- private :foo
- end
- def test_private_kernel_method
- assert_equal(42, foo)
- end
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090302/58ed9c26/attachment.html>
More information about the macruby-changes
mailing list