Skip to content

Commit 3865c6f

Browse files
committed
Fix testset name
1 parent fdf50ca commit 3865c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ end
144144
end
145145
end
146146

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

0 commit comments

Comments
 (0)