Skip to content

Commit 1bd86a1

Browse files
test: remove working @test_broken
1 parent 8a33855 commit 1bd86a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/partitions_test.jl

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ _scalar_op(y) = y + 1
161161
_broadcast_wrapper(y) = _scalar_op.(y)
162162
# Issue #8
163163
@inferred _broadcast_wrapper(x)
164-
@test_broken @inferred _broadcast_wrapper(y)
165164

166165
# Testing map
167166
@test map(x -> x^2, x) == ArrayPartition(x.x[1] .^ 2, x.x[2] .^ 2)

0 commit comments

Comments
 (0)