mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
update fixfloat spec
Related to 34cb542442
reduce test range because float values (not fixfloat) are mixied by increasing precision of float.
This commit is contained in:
@@ -72,7 +72,7 @@ describe "Float" do
|
||||
end
|
||||
|
||||
it "fixfloat" do
|
||||
0.1.step(100.0, 0.1) do |f|
|
||||
0.1.step(30.0, 0.1) do |f|
|
||||
f.__fixfloat__?.should == true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user