diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp | 2 | ||||
-rw-r--r-- | clang/test/Tooling/auto-detect-from-source-parent.cpp | 2 | ||||
-rw-r--r-- | clang/test/Tooling/auto-detect-from-source.cpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp b/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp index 7a4f9af6c4f..9692edcd4f1 100644 --- a/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp +++ b/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp @@ -6,3 +6,5 @@ // CHECK: C++ requires invalid; + +// REQUIRES: shell diff --git a/clang/test/Tooling/auto-detect-from-source-parent.cpp b/clang/test/Tooling/auto-detect-from-source-parent.cpp index cb5fd56328e..ea7eb158be2 100644 --- a/clang/test/Tooling/auto-detect-from-source-parent.cpp +++ b/clang/test/Tooling/auto-detect-from-source-parent.cpp @@ -6,3 +6,5 @@ // CHECK: C++ requires invalid; + +// REQUIRES: shell diff --git a/clang/test/Tooling/auto-detect-from-source.cpp b/clang/test/Tooling/auto-detect-from-source.cpp index 40a2a1c9fe3..d8e82e77545 100644 --- a/clang/test/Tooling/auto-detect-from-source.cpp +++ b/clang/test/Tooling/auto-detect-from-source.cpp @@ -6,3 +6,5 @@ // CHECK: C++ requires invalid; + +// REQUIRES: shell |