test(lua): move slow tests to tests/lua/slow

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-05-27 10:24:18 -07:00
parent 4cbcc73bb6
commit 162fa25250
2 changed files with 2 additions and 2 deletions

View file

@ -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)