Skip to content

Commit

Permalink
test: remove working @test_broken
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Nov 4, 2024
1 parent 8b4f756 commit 439354c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/partitions_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ _scalar_op(y) = y + 1
_broadcast_wrapper(y) = _scalar_op.(y)
# Issue #8
@inferred _broadcast_wrapper(x)
@test_broken @inferred _broadcast_wrapper(y)

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

0 comments on commit 439354c

Please sign in to comment.