]> granicus.if.org Git - clang/commitdiff
Driver: Test case that was supposed to go with previous commit.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Sep 2011 20:35:31 +0000 (20:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Sep 2011 20:35:31 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140410 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/working-directory.c [new file with mode: 0644]

diff --git a/test/Driver/working-directory.c b/test/Driver/working-directory.c
new file mode 100644 (file)
index 0000000..26ae55f
--- /dev/null
@@ -0,0 +1,3 @@
+// RUN: touch %t.h
+// RUN: echo '#include "%t.h"' > %t.c
+// RUN: %clang --working-directory %t -fsyntax-only %t.c