From: Daniel Dunbar Date: Fri, 23 Sep 2011 20:35:31 +0000 (+0000) Subject: Driver: Test case that was supposed to go with previous commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c479e5045eca9aba0d9506020066389968f4f7c;p=clang Driver: Test case that was supposed to go with previous commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/working-directory.c b/test/Driver/working-directory.c new file mode 100644 index 0000000000..26ae55f6fc --- /dev/null +++ b/test/Driver/working-directory.c @@ -0,0 +1,3 @@ +// RUN: touch %t.h +// RUN: echo '#include "%t.h"' > %t.c +// RUN: %clang --working-directory %t -fsyntax-only %t.c