diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-01-31 21:45:04 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-01-31 21:45:04 +0000 |
commit | 200abfbd68db86db122ebe0ab3bbd8a8ac3e84a9 (patch) | |
tree | 777ee46570a8fbd309e0c57f2a7d323a628f34d6 | |
parent | 1085377d9b137e92fa0f9f9dfb674f6463719909 (diff) |
Remove extraneous whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149424 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/parsing.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/parsing.c b/test/Driver/parsing.c index ca3a7f44fd..eceba37d84 100644 --- a/test/Driver/parsing.c +++ b/test/Driver/parsing.c @@ -20,6 +20,3 @@ // RUN: %clang -ccc-print-options -Wally 2> %t // RUN: grep 'Option 0 - Name: "-ccc-print-options", Values: {}' %t // RUN: grep 'Option 1 - Name: "-W", Values: {"ally"}' %t - - - |