mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
remove debug lines
This commit is contained in:
@@ -8,10 +8,6 @@ describe "Fixnum#+" do
|
||||
it "returns self plus the given Integer" do
|
||||
(491 + 2).should == 493
|
||||
(90210 + 10).should == 90220
|
||||
|
||||
p 9, bignum_value, 9 + bignum_value
|
||||
p 1001 + 5.219
|
||||
|
||||
(9 + bignum_value).should == 9223372036854775817
|
||||
(1001 + 5.219).should == 1006.219
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user