aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/path.rs')
-rw-r--r--src/test/run-pass/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/path.rs b/src/test/run-pass/path.rs
index e94d32eb..6b06e727 100644
--- a/src/test/run-pass/path.rs
+++ b/src/test/run-pass/path.rs
@@ -4,5 +4,5 @@ mod foo {
}
fn main(vec[str] args) {
- foo.bar(0u);
+ foo::bar(0u);
}