From e26ca35b081e96d709f318e668e06209e89b95e2 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 27 Dec 2012 17:53:04 -0800 Subject: librustc: Fix the test runner, the condition system, and core test. rs=bustage --- src/libsyntax/ext/expand.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index a9eff93e6b8..27565b44c6d 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -298,10 +298,10 @@ fn core_macros() -> ~str { { $c:ident: $in:ty -> $out:ty; } => { mod $c { - fn key(_x: @core::condition::Handler<$in,$out>) { } + fn key(_x: @::core::condition::Handler<$in,$out>) { } - pub const cond : core::condition::Condition<$in,$out> = - core::condition::Condition { + pub const cond : ::core::condition::Condition<$in,$out> = + ::core::condition::Condition { name: stringify!(c), key: key }; -- cgit 1.4.1-3-g733a5