Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
masuidrive committed Dec 6, 2012
1 parent 3f7b795 commit 6a5f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/object_declare_ivar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _S(str)
# instance variable - int
test1 = Cocoa::MobiCocoaTest1._alloc._init

test1.ivar[:i] = CFunc::Int(-256)
test1.ivar[:i] = -256
assert_equal -256, test1.ivar[:i].to_i

# instance variable - object
Expand Down

0 comments on commit 6a5f321

Please sign in to comment.