diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-06 14:42:56 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-06 14:42:56 +0000 |
commit | 112aff155bae8fe11dce976dfd6e70285a769c3e (patch) | |
tree | bc7eb5e25287a0c8054d6cac9ae0e3b70ae982aa | |
parent | 30ace3715015b4a9bc5fa538a6515481abed40f9 (diff) |
test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169509 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/hexagon-toolchain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/hexagon-toolchain.c b/test/Driver/hexagon-toolchain.c index 04d5bcec2f..ce5fba1d58 100644 --- a/test/Driver/hexagon-toolchain.c +++ b/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 |