diff options
-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; } |