[cfe-commits] r149424 - /cfe/trunk/test/Driver/parsing.c
Chad Rosier
mcrosier at apple.com
Tue Jan 31 13:45:04 PST 2012
Author: mcrosier
Date: Tue Jan 31 15:45:04 2012
New Revision: 149424
URL: http://llvm.org/viewvc/llvm-project?rev=149424&view=rev
Log:
Remove extraneous whitespace.
Modified:
cfe/trunk/test/Driver/parsing.c
Modified: cfe/trunk/test/Driver/parsing.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/parsing.c?rev=149424&r1=149423&r2=149424&view=diff
==============================================================================
--- cfe/trunk/test/Driver/parsing.c (original)
+++ cfe/trunk/test/Driver/parsing.c Tue Jan 31 15:45:04 2012
@@ -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
-
-
-
More information about the cfe-commits
mailing list