summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 14:42:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 14:42:56 +0000
commit8ccff08f76e3e0f8ef754dbfcd1852948e59104f (patch)
tree016385b8e91cf5f1d7303ecafa90e25ec722d1a8
parentc844a46e772a7e99d23726af029050c4f3b74161 (diff)
downloadbcm5719-llvm-8ccff08f76e3e0f8ef754dbfcd1852948e59104f.tar.gz
bcm5719-llvm-8ccff08f76e3e0f8ef754dbfcd1852948e59104f.zip
test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system.
llvm-svn: 169509
-rw-r--r--clang/test/Driver/hexagon-toolchain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/hexagon-toolchain.c b/clang/test/Driver/hexagon-toolchain.c
index 04d5bcec2fd..ce5fba1d580 100644
--- a/clang/test/Driver/hexagon-toolchain.c
+++ b/clang/test/Driver/hexagon-toolchain.c
@@ -1,7 +1,7 @@
// REQUIRES: hexagon-registered-target
// Tests disabled for now in non-Unix-like systems where we can't seem to find hexagon-as
-// XFAIL: cygwin,mingw32,win32
+// XFAIL: mingw32,win32
// -----------------------------------------------------------------------------
// Test standard include paths
OpenPOWER on IntegriCloud