Skip to content

Commit

Permalink
remove other non-essential == thunk test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 24, 2021
1 parent 47e50cd commit 1b91cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tangent_types/thunks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

@testset "==" begin
@test @thunk(3.2) == InplaceableThunk(x -> x + 3.2, @thunk(3.2))
@test 3.2 == InplaceableThunk(x -> x + 3.2, @thunk(3.2))
end

@testset "iterate" begin
Expand Down

0 comments on commit 1b91cb3

Please sign in to comment.