Skip to content

Commit

Permalink
bandaid for 32-bit corelib range test failure [fix #3283]
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jun 6, 2013
1 parent fdfc205 commit e73a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/corelib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end

r = 0.0:0.01:1.0
@test contains(r,r[30])
r = (-4*int64(maxintfloat())):5
r = (-4*int64(maxintfloat(is(Int,Int32) ? Float32 : Float64))):5
@test contains(r,3)
@test contains(r,3.0)

Expand Down

0 comments on commit e73a7ce

Please sign in to comment.