summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-06-23 10:48:35 +0000
committerAlexander Kornienko <alexfh@google.com>2015-06-23 10:48:35 +0000
commit6d9be8e771bd058ae513a89bd7932fa4b2aaddc6 (patch)
tree53331dba8dc282d3c90280465d7dc7ad56590270 /llvm/utils/unittest
parent70b5908d39b5ec229843befe7b14011f98a27378 (diff)
downloadbcm5719-llvm-6d9be8e771bd058ae513a89bd7932fa4b2aaddc6.tar.gz
bcm5719-llvm-6d9be8e771bd058ae513a89bd7932fa4b2aaddc6.zip
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
llvm-svn: 240393
Diffstat (limited to 'llvm/utils/unittest')
-rw-r--r--llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
index 2582f206df9..3c7eee81b1d 100644
--- a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud