Skip to content

Commit 258abf1

Browse files
committed
Fix failing test
1 parent 7d4bb90 commit 258abf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/compile-fail/issue-2937.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// error-pattern:failed to resolve imports
12-
use x = m::f;
11+
use x = m::f; //~ ERROR failed to resolve imports
1312

1413
mod m {
1514
}

0 commit comments

Comments
 (0)