Skip to content

Commit

Permalink
Add xfailed test for #2123
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Aug 15, 2012
1 parent 5de57e2 commit f78c906
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/compile-fail/issue-2123.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// xfail-test
// error-pattern:unresolved import: m::f
import x = m::f;

mod m {
}

fn main() {
}

0 comments on commit f78c906

Please sign in to comment.