fix(tests/lua/res1): adjust test to recent modifications
This commit is contained in:
parent
01ce57e52e
commit
f2e878dbe7
1 changed files with 1 additions and 2 deletions
|
@ -116,8 +116,7 @@ print_types(env, H1, H2, H3, H4, H5, H6, H7)
|
|||
print(tostring(Pr4) .. " : " .. tostring(tc:check(Pr4)))
|
||||
|
||||
print("----------------")
|
||||
print("Type checking again, but using trust_lvl=0, macros will be expanded during type checking")
|
||||
local env = bare_environment({trust_lvl=0})
|
||||
local env = bare_environment({trust_lvl=1})
|
||||
env = init_env(env)
|
||||
env = assert_some_axioms(env)
|
||||
local tc = type_checker(env)
|
||||
|
|
Loading…
Reference in a new issue