From c170e7edfdfe156f11374d5e3c265b613351dc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Thu, 27 Jan 2011 16:39:31 -0500 Subject: Resolve type paths. --- src/test/run-pass/alt-path.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/run-pass/alt-path.rs b/src/test/run-pass/alt-path.rs index 45faa700..ad55713b 100644 --- a/src/test/run-pass/alt-path.rs +++ b/src/test/run-pass/alt-path.rs @@ -1,11 +1,10 @@ -import m1.foo; mod m1 { tag foo { foo1; foo2; } } -fn bar(foo x) { +fn bar(m1.foo x) { alt(x) { case (m1.foo1) { } -- cgit v1.2.3