]> granicus.if.org Git - clang/commit
Add some entropy to the folder name in Driver/warning-options.cpp.
authorZachary Turner <zturner@google.com>
Tue, 20 Sep 2016 18:41:19 +0000 (18:41 +0000)
committerZachary Turner <zturner@google.com>
Tue, 20 Sep 2016 18:41:19 +0000 (18:41 +0000)
commit616f1168fa0e010533e15c96775097913152f016
tree8792d785b16d9cc47416a145648790e940e1defc
parentf127b477d729338923d8b916be540c141efd189c
Add some entropy to the folder name in Driver/warning-options.cpp.

It was trying to check that things behave correctly when a
non-existant folder was specified for -isysroot.  Incidentally,
I have a folder named FOO in the root of my drive, so this test
was failing.  Make this impossible by using %T to refer to a
definitely non-existant folder.:

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281998 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/warning-options.cpp