Files
newt/tests/BadImport.newt.fail

10 lines
266 B
Plaintext

*** Process tests/BadImport.newt
module BadImport
ERROR at tests/BadImport.newt:4:8--4:22: Error in import Does.Not.Exist
-- Error should point to name here
import Does.Not.Exist
^^^^^^^^^^^^^^
ERROR at tests/BadImport.newt:1:1--1:1: Compile failed