Skip to content

Commit

Permalink
test: Fix cros-crate-glob-collision
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Feb 12, 2012
1 parent deec6b9 commit 005a3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/compile-fail/cross-crate-glob-collision.rs
Expand Up @@ -7,7 +7,7 @@ import vec::*;
import alternate_supplier::*;

mod alternate_supplier {
fn member() { }
fn contains() { }
}

fn main() { member() }
fn main() { contains() }

0 comments on commit 005a3ef

Please sign in to comment.