diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-06-11 20:19:07 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-06-11 20:19:07 +0000 |
commit | bde66d812dd5677d049b0c3713f6ce27347ea068 (patch) | |
tree | a4457c49459087e2a662e7ac969fd7f120743bf2 | |
parent | 8ab4e2ce25ce60041f321d3e2f2d60f092e956bb (diff) | |
download | bcm5719-llvm-bde66d812dd5677d049b0c3713f6ce27347ea068.tar.gz bcm5719-llvm-bde66d812dd5677d049b0c3713f6ce27347ea068.zip |
Remove dev/null redirect and x86 backend requirement from new test.
llvm-svn: 210699
-rw-r--r-- | clang/test/Misc/win32-macho.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index fe0f9cbefde..517bde9af93 100644 --- a/clang/test/Misc/win32-macho.c +++ b/clang/test/Misc/win32-macho.c @@ -1,3 +1,2 @@ // Check that basic use of win32-macho targets works. -// REQUIRES: x86-registered-target -// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o /dev/null +// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s |