From edc2220d6986e302354dbc86cdeb4764ea5ce810 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 4 Aug 2011 03:24:35 +0000 Subject: [PATCH] This test still hangs on win32, despite XFAIL it. Remove XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136864 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/arc.m | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGenObjC/arc.m b/test/CodeGenObjC/arc.m index bc589da01b..7883b0ebaf 100644 --- a/test/CodeGenObjC/arc.m +++ b/test/CodeGenObjC/arc.m @@ -1,6 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fblocks -fobjc-arc -fobjc-runtime-has-weak -O2 -disable-llvm-optzns -o - %s | FileCheck %s // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fblocks -fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-GLOBALS %s -// XFAIL: win32 // CHECK: define void @test0 void test0(id x) { -- 2.40.0