diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 08:30:15 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 08:30:15 +0000 |
commit | 3fe36d0fddd38e05daeb6f967fd0044a373a8f09 (patch) | |
tree | f7977ab85b184906a25fb2d88241502dbf49c991 /unittests/Option | |
parent | 1a5812d7da4416090fadb82bd98bed01da70344d (diff) |
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Option')
-rw-r--r-- | unittests/Option/OptionParsingTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Option/OptionParsingTest.cpp b/unittests/Option/OptionParsingTest.cpp index 76e2549c56..c90691ad15 100644 --- a/unittests/Option/OptionParsingTest.cpp +++ b/unittests/Option/OptionParsingTest.cpp @@ -61,7 +61,7 @@ TEST(Support, OptionParsing) { 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)); |