From: Bob Wilson Date: Wed, 11 Jun 2014 20:19:07 +0000 (+0000) Subject: Remove dev/null redirect and x86 backend requirement from new test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64df4991a93471c2862c2371c33cf30e55769f06;p=clang Remove dev/null redirect and x86 backend requirement from new test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210699 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/win32-macho.c b/test/Misc/win32-macho.c index fe0f9cbefd..517bde9af9 100644 --- a/test/Misc/win32-macho.c +++ b/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