Fix broken test. We can't assume that 2MB of args is enough to require a response...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Apr 2017 00:46:50 +0000 (00:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Apr 2017 00:46:50 +0000 (00:46 +0000)
commit29a0f0db9ebb58f1b6fdb2614654be4ea72134cd
treee560c793e513b76fd0516b0d51ad56e70c7f7003
parent0d2b80d49968bba1d7c49606c675b7e3ce9ca21b
Fix broken test. We can't assume that 2MB of args is enough to require a response file.

This test has apparently been broken for years, but we never noticed before
because it's a long test and long tests approximately never get run.

llvm-svn: 300151
clang/test/Driver/response-file.c