lean2/tests/lua/mod3b.lua

17 lines
408 B
Lua
Raw Normal View History

check_error(function()
local env = import_modules("mod3_corrupted1")
end
)
check_error(function()
local env = import_modules("mod3_corrupted2")
end
)
check_error(function()
local env = import_modules("mod3_corrupted3")
end
)
check_error(function()
local env = import_modules("mod3_corrupted4")
end
)