Skip to content

Commit

Permalink
Use Core.TypeName instead of TypeName in tests
Browse files Browse the repository at this point in the history
...as it has been un-exported.
  • Loading branch information
martinholters committed Feb 9, 2018
1 parent 95db156 commit 4ca422e
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 @@ -389,7 +389,7 @@ eval(Expr(
@test !Compat.TypeUtils.isabstract(ConcreteFoo200061)
@test !Compat.TypeUtils.isabstract(StridedArray)
@test Compat.TypeUtils.parameter_upper_bound(ConcreteFoo20006, 1) == Int
@test isa(Compat.TypeUtils.typename(Array), TypeName)
@test isa(Compat.TypeUtils.typename(Array), Core.TypeName)
@test isabstracttype(AbstractFoo20006)
@test !isabstracttype(ConcreteFoo20006)
@test !isabstracttype(ConcreteFoo20006N)
Expand Down

0 comments on commit 4ca422e

Please sign in to comment.