Fix failing test
This commit is contained in:
parent
7d4bb90e76
commit
258abf1424
@ -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 {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user