summaryrefslogtreecommitdiff
path: root/test/Driver/working-directory.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-09-30 21:33:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-09-30 21:33:09 +0000
commit26e0b304557519c12b150afe23cd24e28fa20a1d (patch)
treedb03d57990c8b89b522db4ad976ffe0d83d98167 /test/Driver/working-directory.c
parent1f634c6dc91805320bb13983faf5e86a2bd07421 (diff)
downloadclang-26e0b304557519c12b150afe23cd24e28fa20a1d.tar.gz
Revert my --working-directory option, which wasn't well thought through.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/working-directory.c')
-rw-r--r--test/Driver/working-directory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/working-directory.c b/test/Driver/working-directory.c
deleted file mode 100644
index 26ae55f6fc..0000000000
--- a/test/Driver/working-directory.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: touch %t.h
-// RUN: echo '#include "%t.h"' > %t.c
-// RUN: %clang --working-directory %t -fsyntax-only %t.c