Skip to content

Commit

Permalink
Fixed one deprecation in runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Sep 27, 2017
1 parent e33bbef commit 465c65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ end), @__MODULE__)

### New 0.6 type system
eval(parse("""
@with_kw immutable V06{T} @deftype Array{I,1} where I<:Integer
@with_kw struct V06{T} @deftype Array{I,1} where I<:Integer
a::T
b = [10]
c::Vector{S} where S<:AbstractString=["aaa"]
Expand Down

0 comments on commit 465c65e

Please sign in to comment.