forked from OSchip/llvm-project
clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'.
llvm-svn: 173218
This commit is contained in:
parent
64afcb4c6b
commit
7f63983da6
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue