summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-06-11 20:19:07 +0000
committerBob Wilson <bob.wilson@apple.com>2014-06-11 20:19:07 +0000
commitbde66d812dd5677d049b0c3713f6ce27347ea068 (patch)
treea4457c49459087e2a662e7ac969fd7f120743bf2
parent8ab4e2ce25ce60041f321d3e2f2d60f092e956bb (diff)
downloadbcm5719-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.c3
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
OpenPOWER on IntegriCloud