forked from OSchip/llvm-project
Remove dev/null redirect and x86 backend requirement from new test.
llvm-svn: 210699
This commit is contained in:
parent
8ab4e2ce25
commit
bde66d812d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue