lean2/tests/lua/mod3b.lua
Leonardo de Moura 37b5570e99 test(lua): add .olean corrupted file tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-05-31 12:51:33 -07:00

16 lines
408 B
Lua

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
)