diff options
author | Matthew Curtis <mcurtis@codeaurora.org> | 2012-12-06 19:03:09 +0000 |
---|---|---|
committer | Matthew Curtis <mcurtis@codeaurora.org> | 2012-12-06 19:03:09 +0000 |
commit | 2ab3b6d79434b57bb591dbb5493b3e400dae4eb8 (patch) | |
tree | 81616eab00e6e82dc373e1f60e3d3475d79a3155 | |
parent | 35f3f36cb9451f347b83a6e7f01e3c702df4732d (diff) |
Un-XFAIL hexagon-toolchain.c test for mingw32
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169533 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/hexagon-toolchain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/hexagon-toolchain.c b/test/Driver/hexagon-toolchain.c index ed968b888d..fd14692a80 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: mingw32,win32 +// Tests disabled for now on windows where we can't seem to find hexagon-as +// XFAIL: win32 // ----------------------------------------------------------------------------- // Test standard include paths |