Skip to content

Commit 80dccf3

Browse files
committed
test: remove memoize test
1 parent 348844b commit 80dccf3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/test_graphs.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,6 @@ end
109109
:(_convert(Node{T1}, tree, IdDict{Node{T2},Node{T1}}())),
110110
)
111111
end
112-
113-
@testset "@with_memoize" begin
114-
ex = @macroexpand DynamicExpressions.UtilsModule.@with_memoize(
115-
_convert(Node{T1}, tree), IdDict{Node{T2},Node{T1}}()
116-
)
117-
true_ex = quote
118-
_convert(Node{T1}, tree, IdDict{Node{T2},Node{T1}}())
119-
end
120-
121-
@test expr_eql(ex, true_ex)
122-
end
123112
end
124113

125114
@testset "Operations on graphs" begin

0 commit comments

Comments
 (0)