diff options
| -rw-r--r-- | clang/test/Frontend/print-header-includes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Frontend/print-header-includes.c b/clang/test/Frontend/print-header-includes.c index 966b4af8606..6fde00cbbe5 100644 --- a/clang/test/Frontend/print-header-includes.c +++ b/clang/test/Frontend/print-header-includes.c @@ -1,3 +1,5 @@ +// REQUIRES: shell + // RUN: cd %S // RUN: %clang_cc1 -include Inputs/test3.h -E -H -o %t.out %s 2> %t.stderr // RUN: FileCheck < %t.stderr %s |

