From c45c264d1d174119ff30e77bee4a0015a99fb1d0 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 31 Jul 2013 18:31:05 -0700 Subject: [PATCH] test: un-xfail now working run-pass/foreign-struct.rs, close #2334. --- src/test/run-pass/foreign-struct.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/run-pass/foreign-struct.rs b/src/test/run-pass/foreign-struct.rs index 57686b200f23d..a70fec9265942 100644 --- a/src/test/run-pass/foreign-struct.rs +++ b/src/test/run-pass/foreign-struct.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-win32 // Passing enums by value pub enum void { }