Skip to content

Commit e7bed6e

Browse files
committed
Update test
1 parent 043c2d9 commit e7bed6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/unresolved-import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use foo::bar; //~ ERROR unresolved import. maybe a missing `extern mod foo`?
1212
//~^ ERROR failed to resolve import
13-
use x = bar::baz; //~ ERROR unresolved import: could not find `baz` in `foo`
13+
use x = bar::baz; //~ ERROR unresolved import: could not find `baz` in `bar`
1414

1515
mod bar {
1616
struct bar;

0 commit comments

Comments
 (0)