Index: test/ExecutionEngine/MCJIT/eh.ll |
diff --git a/test/ExecutionEngine/MCJIT/eh.ll b/test/ExecutionEngine/MCJIT/eh.ll |
index c2135736ad48f73a639286c125cd037b0cd31131..0c19b1bf2e5a3eab365bf68004b46f6d2dffeeb3 100644 |
--- a/test/ExecutionEngine/MCJIT/eh.ll |
+++ b/test/ExecutionEngine/MCJIT/eh.ll |
@@ -1,5 +1,5 @@ |
; RUN: %lli_mcjit %s |
-; XFAIL: arm, cygwin, win32, mingw |
+; XFAIL: arm, cygwin |
declare i8* @__cxa_allocate_exception(i64) |
declare void @__cxa_throw(i8*, i8*, i8*) |
declare i32 @__gxx_personality_v0(...) |