From 547e6dfaa8482dc130122fb61d3b2b5be894b5bb Mon Sep 17 00:00:00 2001 From: Manoj Gupta Date: Tue, 18 Apr 2017 17:34:46 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300570 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Driver/ToolChainTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Driver/ToolChainTest.cpp b/unittests/Driver/ToolChainTest.cpp index f7ba3eeab2..83aae553a3 100644 --- a/unittests/Driver/ToolChainTest.cpp +++ b/unittests/Driver/ToolChainTest.cpp @@ -142,4 +142,4 @@ TEST(ToolChainTest, DefaultDriverMode) { EXPECT_TRUE(CLDriver.IsCLMode()); } -} // end anonymous namespace +} // end anonymous namespace. -- 2.50.1