fix(tests/lua/hop1): incorrect assertion
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f3cb5f2f84
commit
63d478c63f
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ assert(not match(Var(0)(x, x), f(x, f(x, y))))
|
|||
assert(not match(Var(0)(x), f(x, y)))
|
||||
tst_match(Pi(x, y, Var(2)(x)), Pi(x, y, f(f(x))))
|
||||
tst_match(Fun(x, y, Var(2)(x)), Fun(x, y, f(f(x))))
|
||||
assert(match(Pi(x, Var(2)(x)), Pi(x, y, f(f(x)))))
|
||||
assert(not match(Pi(x, Var(2)(x)), Pi(x, y, f(f(x)))))
|
||||
|
|
Loading…
Reference in a new issue