Fix failing test
This commit is contained in:
parent
7d4bb90e76
commit
258abf1424
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue