[analyzer] ctu-on-demand-parsing tests: replace linux -> system-linux

Differential Revision: https://reviews.llvm.org/D83555
This commit is contained in:
Balazs Benics 2020-07-13 14:29:47 +02:00
parent fbb6c9df28
commit d96a47c616
2 changed files with 2 additions and 2 deletions

View File

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

View File

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