Remove dev/null redirect and x86 backend requirement from new test.

llvm-svn: 210699
This commit is contained in:
Bob Wilson 2014-06-11 20:19:07 +00:00
parent 8ab4e2ce25
commit bde66d812d
1 changed files with 1 additions and 2 deletions

View File

@ -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