From efc55b2a3d56b67723b2b562c88f1811b5a6c0ba Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Thu, 16 Jun 2011 12:02:09 -0700 Subject: [PATCH] Simple anonymous objects compile with stage0. --- src/test/run-pass/simple-anon-objs.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/run-pass/simple-anon-objs.rs b/src/test/run-pass/simple-anon-objs.rs index df56f4810ee..56317bafaf1 100644 --- a/src/test/run-pass/simple-anon-objs.rs +++ b/src/test/run-pass/simple-anon-objs.rs @@ -1,6 +1,3 @@ - - -// xfail-stage0 use std; fn main() {