From 3816e57fd2a8ab19e4ac6d4b3ddd5b49d5973ff2 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 12 May 2011 17:24:54 +0200 Subject: Downcase std modules again, move to :: for module dereferencing This should be a snapshot transition. --- src/test/run-pass/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/run-pass/path.rs') 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); } -- cgit v1.2.3