forked from OSchip/llvm-project
[clang] add REQUIRES: linux to driver test case
The test case explicitly leverages linux, so should include it as a test requirement. llvm-svn: 368334
This commit is contained in:
parent
01048033d2
commit
83df122039
|
@ -7,6 +7,7 @@
|
|||
|
||||
// REQUIRES: clang-driver
|
||||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: linux
|
||||
|
||||
// CHECK: "-cc1" {{.*}} "-massembler-no-warn"
|
||||
// CHECK-NOIAS: "--no-warn"
|
||||
|
|
Loading…
Reference in New Issue