test: Add a test for #1697

This commit is contained in:
Brian Anderson 2012-02-22 21:14:27 -08:00
parent 99a48660d1
commit ae23ee28e2

View file

@ -0,0 +1,7 @@
// Testing that we don't fail abnormally after hitting the errors
import unresolved::*; //! ERROR unresolved modulename
//!^ ERROR unresolved does not name a module
fn main() {
}