clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'.

llvm-svn: 173218
This commit is contained in:
NAKAMURA Takumi 2013-01-23 01:25:23 +00:00
parent 64afcb4c6b
commit 7f63983da6
1 changed files with 1 additions and 0 deletions

View File

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