[macruby-changes] [4823] MacRuby/trunk/spec/macruby/core/pointer_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 25 14:13:38 PDT 2010


Revision: 4823
          http://trac.macosforge.org/projects/ruby/changeset/4823
Author:   lsansonetti at apple.com
Date:     2010-10-25 14:13:37 -0700 (Mon, 25 Oct 2010)
Log Message:
-----------
cover more shortcuts

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/core/pointer_spec.rb

Modified: MacRuby/trunk/spec/macruby/core/pointer_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/core/pointer_spec.rb	2010-10-25 21:03:47 UTC (rev 4822)
+++ MacRuby/trunk/spec/macruby/core/pointer_spec.rb	2010-10-25 21:13:37 UTC (rev 4823)
@@ -4,6 +4,9 @@
   before :all do
     @types = {
       :object     => '@',
+      :id         => '@',
+      :boolean    => 'B',
+      :bool       => 'B',
       :char       => 'c',
       :uchar      => 'C',
       :short      => 's',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101025/804789d1/attachment.html>


More information about the macruby-changes mailing list