Fix failing test

This commit is contained in:
Corey Richardson 2013-05-12 09:38:39 -04:00
parent 7d4bb90e76
commit 258abf1424

View File

@ -8,8 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// error-pattern:failed to resolve imports
use x = m::f;
use x = m::f; //~ ERROR failed to resolve imports
mod m {
}