From 1bd86a1843ed7e5ec07146d63ab91dcdcfae132a Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Wed, 30 Oct 2024 17:20:02 +0530 Subject: [PATCH] test: remove working `@test_broken` --- test/partitions_test.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/partitions_test.jl b/test/partitions_test.jl index 2625941e..d444a4ff 100644 --- a/test/partitions_test.jl +++ b/test/partitions_test.jl @@ -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)