lean4-htt/tests/pkg/frontend/Frontend/Main_with_eval.lean
Scott Morrison 58d19b80b9 test: compiling from the interpreter, with common imports
hacky fix to windows test

Include test from #2407 as well
2023-08-16 10:11:50 -07:00

5 lines
151 B
Text

import Frontend.Main
#eval show IO _ from do
let r ← main ["Frontend.Import1"]
if r ≠ 0 then throw <| IO.userError "Messages were generated!"