Skip to content

Commit 847c86f

Browse files
author
Alessandro
committed
fix test
1 parent 2f5a796 commit 847c86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/egraph.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using Metatheory
44
sym_eq(x, y) = simplify(x == y)
55

66
@testset "Basic optimization" begin
7+
@syms a b c x y z
78
ex = 2a + 2b - (a*(a + b))
89
res = optimize(ex)
910
@test sym_eq(res, (a+b)*(2-a))

0 commit comments

Comments
 (0)