2012-07-06 19:06:58 -07:00
|
|
|
// xfail-test
|
2012-02-22 21:14:27 -08:00
|
|
|
// Testing that we don't fail abnormally after hitting the errors
|
|
|
|
|
2012-09-05 12:32:05 -07:00
|
|
|
use unresolved::*; //~ ERROR unresolved modulename
|
2012-06-30 12:23:59 +01:00
|
|
|
//~^ ERROR unresolved does not name a module
|
2012-02-22 21:14:27 -08:00
|
|
|
|
|
|
|
fn main() {
|
2012-07-06 19:06:58 -07:00
|
|
|
}
|