Skip to content

Commit 13ceac8

Browse files
authored
remove test_broken that now pass
1 parent 9afe916 commit 13ceac8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/AllocationsTest.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ convert_test_574() = convert(ForwardDiff.Dual{Nothing,ForwardDiff.Dual{Nothing,F
3333
index = 1
3434
alloc = @allocated ForwardDiff.seed!(duals, x, index, seed)
3535
alloc = @allocated ForwardDiff.seed!(duals, x, index, seed)
36-
if VERSION < v"1.9" || VERSION >= v"1.11"
37-
@test alloc == 0
38-
else
39-
@test_broken alloc == 0
40-
end
36+
@test alloc == 0
4137

4238
alloc = @allocated convert_test_574()
4339
alloc = @allocated convert_test_574()

0 commit comments

Comments
 (0)