This test still hangs on win32, despite XFAIL it. Remove XFAIL.

llvm-svn: 136864
This commit is contained in:
Ted Kremenek 2011-08-04 03:24:35 +00:00
parent 15dbe2a491
commit e5b5dea9f2
1 changed files with 0 additions and 1 deletions

View File

@ -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) {