Skip to content

Commit

Permalink
fix 32 bit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 25, 2014
1 parent 6f6d9bd commit c5ddb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jld.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rng = 1:5
objwithpointer = big(10)^10000
# Custom BitsType (#99)
bitstype 64 MyBT
bt = reinterpret(MyBT, 55)
bt = reinterpret(MyBT, int64(55))
# Symbol arrays (#100)
sa_asc = [:a, :b]
sa_utf8 = [, ]
Expand Down

0 comments on commit c5ddb77

Please sign in to comment.