From 0a950f394dbe3275c4879dc1f26f78a096f93e28 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Wed, 26 Sep 2012 15:04:33 -0700 Subject: [PATCH] test: un-xfail the auto_serialize for boxes test --- src/test/run-pass/auto_serialize2-box.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/run-pass/auto_serialize2-box.rs b/src/test/run-pass/auto_serialize2-box.rs index e395b1bfe5de..286b0eba5a15 100644 --- a/src/test/run-pass/auto_serialize2-box.rs +++ b/src/test/run-pass/auto_serialize2-box.rs @@ -1,5 +1,3 @@ -// xfail-test FIXME Blocked on (#3585) - extern mod std; // These tests used to be separate files, but I wanted to refactor all