Skip to content

Commit

Permalink
newly working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 23, 2024
1 parent 0c229ad commit 28a4842
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/EnzymeTestUtils/test/test_reverse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,7 @@ end
Tx in (Const, Duplicated, BatchDuplicated)

are_activities_compatible(Tret, Tx) || continue
if Tx <: Const
test_reverse(f, Tret, (x, Tx))
else
@test_broken !fails() do
return test_reverse(f, Tret, (x, Tx))
end
end
test_reverse(f, Tret, (x, Tx))
end
end

Expand Down

0 comments on commit 28a4842

Please sign in to comment.