summaryrefslogtreecommitdiff
path: root/test/Coverage
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-03-04 04:29:44 +0000
committerJohn McCall <rjmccall@apple.com>2010-03-04 04:29:44 +0000
commit468ec6c0266e48fccb26ce50d5b915c645bb3c7b (patch)
treed9d7e111ec1f34c0a9a354de06faa9b7d801a79a /test/Coverage
parent3ff63027f6eaa3a320881f8a4704a2b3bd8f2cea (diff)
Revert changes r97693, r97700, and r97718.
Our testing framework can't deal with disabled targets yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage')
-rw-r--r--test/Coverage/targets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Coverage/targets.c b/test/Coverage/targets.c
index 2349aa3368..c9f6f8d88d 100644
--- a/test/Coverage/targets.c
+++ b/test/Coverage/targets.c
@@ -1,5 +1,3 @@
-// XFAIL: win32
-
// RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s
// RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s
// RUN: %clang_cc1 -g -triple bfin-unknown-unknown -emit-llvm -o %t %s