diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-23 10:48:35 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-23 10:48:35 +0000 |
commit | b7c46b5fc9fd16b8bc4058e88074b4fb55665f74 (patch) | |
tree | 1b0afa2a36e375aa7c1456d667804515548c0299 /utils/unittest | |
parent | 43fab48d4282372750529a5308a8cd7bb0b6b09c (diff) |
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/unittest')
-rw-r--r-- | utils/unittest/googletest/include/gtest/internal/gtest-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/unittest/googletest/include/gtest/internal/gtest-internal.h b/utils/unittest/googletest/include/gtest/internal/gtest-internal.h index 2582f206df9..3c7eee81b1d 100644 --- a/utils/unittest/googletest/include/gtest/internal/gtest-internal.h +++ b/utils/unittest/googletest/include/gtest/internal/gtest-internal.h @@ -113,7 +113,7 @@ public: : std::ostream(os.rdbuf()), ros_(*this) {} operator raw_ostream&() { return ros_; } }; -} // namespace llvm +} template <typename T> inline void GTestStreamToHelper(std::ostream* os, const T& val) { llvm::convertible_fwd_ostream cos(*os); |