Skip to content

Commit 4807f40

Browse files
remove other non-essential == thunk test
1 parent d9821a8 commit 4807f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tangent_types/thunks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
@testset "==" begin
77
@test @thunk(3.2) == InplaceableThunk(x -> x + 3.2, @thunk(3.2))
8-
@test 3.2 == InplaceableThunk(x -> x + 3.2, @thunk(3.2))
98
end
109

1110
@testset "iterate" begin

0 commit comments

Comments
 (0)