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)
commite848a7363f092f70ecd1bf0646c06b9c0f4344de
tree50da26e155237e85e6f4457df26d85a6c2afd1ff
parent82f6added37db2795a912da4749e717a3037b8bd
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.:

llvm-svn: 281998
clang/test/Driver/warning-options.cpp