Skip to content

Commit

Permalink
remove parseint deprecation warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Mar 22, 2015
1 parent e1f0310 commit 0d3bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ runviews{T}(SB::AbstractArray{T,0}, indexN, indexNN, indexNNN) = nothing

######### Tests #########

testfull = Bool(parseint(get(ENV, "JULIA_TESTFULL", "0")))
testfull = Bool(parse(Int,(get(ENV, "JULIA_TESTFULL", "0"))))

### Views from Arrays ###

Expand Down

0 comments on commit 0d3bed3

Please sign in to comment.