Skip to content

Commit e605536

Browse files
committed
actually fix failing test
1 parent 258abf1 commit e605536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

11-
use x = m::f; //~ ERROR failed to resolve imports
11+
use x = m::f; //~ ERROR failed to resolve import
1212

1313
mod m {
1414
}

0 commit comments

Comments
 (0)