forked from OSchip/llvm-project
clang/test/Modules/include-relative.c REQUIRES shell due to chdir.
llvm-svn: 203550
This commit is contained in:
parent
b81b196a58
commit
020b32de0d
|
@ -3,6 +3,7 @@
|
|||
// RUN: cp -r %S/Inputs/include-relative %t/include-relative
|
||||
// RUN: cd %t
|
||||
// RUN: %clang_cc1 -fmodules -x c -verify -fmodules-cache-path=%t -I include-relative %s
|
||||
// REQUIRES: shell
|
||||
|
||||
// expected-no-diagnostics
|
||||
|
||||
|
|
Loading…
Reference in New Issue