Skip to content

Commit

Permalink
Fix testset name
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Jul 10, 2017
1 parent fdf50ca commit 3865c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broadcast.jl
Expand Up @@ -144,7 +144,7 @@ end
end
end

@testset "" begin
@testset "broadcast general scalars" begin
# Issue #239 - broadcast with non-numeric element types
@eval @enum Axis aX aY aZ
@testinf (SVector(aX,aY,aZ) .== aX) == SVector(true,false,false)
Expand Down

0 comments on commit 3865c6f

Please sign in to comment.