[llvm-commits] [llvm] r173234 - /llvm/trunk/unittests/Option/OptionParsingTest.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jan 23 00:30:15 PST 2013
Author: chapuni
Date: Wed Jan 23 02:30:15 2013
New Revision: 173234
URL: http://llvm.org/viewvc/llvm-project?rev=173234&view=rev
Log:
Whitespace.
Modified:
llvm/trunk/unittests/Option/OptionParsingTest.cpp
Modified: llvm/trunk/unittests/Option/OptionParsingTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Option/OptionParsingTest.cpp?rev=173234&r1=173233&r2=173234&view=diff
==============================================================================
--- llvm/trunk/unittests/Option/OptionParsingTest.cpp (original)
+++ llvm/trunk/unittests/Option/OptionParsingTest.cpp Wed Jan 23 02:30:15 2013
@@ -61,7 +61,7 @@
TestOptTable T;
unsigned MAI, MAC;
InputArgList *AL = T.ParseArgs(Args, Args + (sizeof(Args) / sizeof(Args[0])), MAI, MAC);
-
+
// Check they all exist.
EXPECT_TRUE(AL->hasArg(OPT_A));
EXPECT_TRUE(AL->hasArg(OPT_B));
More information about the llvm-commits
mailing list