diff options
author | Manoj Gupta <manojgupta@google.com> | 2017-04-18 17:34:46 +0000 |
---|---|---|
committer | Manoj Gupta <manojgupta@google.com> | 2017-04-18 17:34:46 +0000 |
commit | e025ebba635e6b332325287f16494b1a008d5435 (patch) | |
tree | 3c79a05f3ae19db3c69a85aa47d71c83b2b1ddfc /clang/unittests/Driver/ToolChainTest.cpp | |
parent | 04e5ab3501816a2199acd3464688d78901830111 (diff) | |
download | bcm5719-llvm-e025ebba635e6b332325287f16494b1a008d5435.tar.gz bcm5719-llvm-e025ebba635e6b332325287f16494b1a008d5435.zip |
Testing commit access.
Summary: Test commit access.
Reviewers: gbiv, george.burgess.iv
Reviewed By: george.burgess.iv
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D32161
llvm-svn: 300570
Diffstat (limited to 'clang/unittests/Driver/ToolChainTest.cpp')
-rw-r--r-- | clang/unittests/Driver/ToolChainTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/ToolChainTest.cpp b/clang/unittests/Driver/ToolChainTest.cpp index f7ba3eeab21..83aae553a33 100644 --- a/clang/unittests/Driver/ToolChainTest.cpp +++ b/clang/unittests/Driver/ToolChainTest.cpp @@ -142,4 +142,4 @@ TEST(ToolChainTest, DefaultDriverMode) { EXPECT_TRUE(CLDriver.IsCLMode()); } -} // end anonymous namespace +} // end anonymous namespace. |