test(lua): move slow tests to tests/lua/slow
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4cbcc73bb6
commit
162fa25250
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ function mk_big(f, depth, val)
|
|||
end
|
||||
|
||||
local f = Const("f")
|
||||
local r1 = mk_big(f, 20, 0)
|
||||
local r2 = mk_big(f, 20, 0)
|
||||
local r1 = mk_big(f, 18, 0)
|
||||
local r2 = mk_big(f, 18, 0)
|
||||
assert(r1 == r2)
|
||||
|
|
Loading…
Add table
Reference in a new issue