diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 01:25:23 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 01:25:23 +0000 |
commit | d069c3d9cb8e858d3cb28e4d0a99a086c38453c5 (patch) | |
tree | fac29fb96ee5bc4b04187cd6227a595dc5027406 | |
parent | 6ea3a2a6fafde4732ca4dd0426141772a5904271 (diff) |
clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173218 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/output-file-is-dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/output-file-is-dir.c b/test/Driver/output-file-is-dir.c index 50f4cf97e5..c1fec56eac 100644 --- a/test/Driver/output-file-is-dir.c +++ b/test/Driver/output-file-is-dir.c @@ -2,5 +2,6 @@ // RUN: mkdir -p %t.dir/a.out // RUN: cd %t.dir && not %clang %s // RUN: test -d %t.dir/a.out +// REQUIRES: shell int main() { return 0; } |