r210699 - Remove dev/null redirect and x86 backend requirement from new test.
Bob Wilson
bob.wilson at apple.com
Wed Jun 11 13:19:07 PDT 2014
Author: bwilson
Date: Wed Jun 11 15:19:07 2014
New Revision: 210699
URL: http://llvm.org/viewvc/llvm-project?rev=210699&view=rev
Log:
Remove dev/null redirect and x86 backend requirement from new test.
Modified:
cfe/trunk/test/Misc/win32-macho.c
Modified: cfe/trunk/test/Misc/win32-macho.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/win32-macho.c?rev=210699&r1=210698&r2=210699&view=diff
==============================================================================
--- cfe/trunk/test/Misc/win32-macho.c (original)
+++ cfe/trunk/test/Misc/win32-macho.c Wed Jun 11 15:19:07 2014
@@ -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
More information about the cfe-commits
mailing list