forked from OSchip/llvm-project
[analyzer] ctu-on-demand-parsing tests: replace linux -> system-linux
Differential Revision: https://reviews.llvm.org/D83555
This commit is contained in:
parent
fbb6c9df28
commit
d96a47c616
|
@ -19,7 +19,7 @@
|
|||
// RUN: -verify ctu-on-demand-parsing.c
|
||||
//
|
||||
// FIXME: Path handling should work on all platforms.
|
||||
// REQUIRES: linux
|
||||
// REQUIRES: system-linux
|
||||
|
||||
void clang_analyzer_eval(int);
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
// CHECK: CTU loaded AST file: {{.*}}ctu-chain.cpp
|
||||
//
|
||||
// FIXME: Path handling should work on all platforms.
|
||||
// REQUIRES: linux
|
||||
// REQUIRES: system-linux
|
||||
|
||||
#include "ctu-hdr.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue