Skip to content

Commit 73779be

Browse files
test: remove working @test_broken
1 parent 93a3c7c commit 73779be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/partitions_test.jl

Lines changed: 0 additions & 1 deletion
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)