diff options
| author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2012-09-06 17:09:27 +0000 | 
|---|---|---|
| committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2012-09-06 17:09:27 +0000 | 
| commit | b535c1767e7ec4e9675bb7257d9bc34a84949741 (patch) | |
| tree | 886509abdc31cd45432383534e04f92c0c0f20e8 /include/gtest | |
| parent | ff8d732cefb2e5d244d289f6c45a0850878033c0 (diff) | |
| download | googletest-b535c1767e7ec4e9675bb7257d9bc34a84949741.tar.gz googletest-b535c1767e7ec4e9675bb7257d9bc34a84949741.tar.bz2 googletest-b535c1767e7ec4e9675bb7257d9bc34a84949741.zip  | |
Removes obsolete debug code.
Diffstat (limited to 'include/gtest')
| -rw-r--r-- | include/gtest/internal/gtest-internal.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h index a4d18396..ede95f50 100644 --- a/include/gtest/internal/gtest-internal.h +++ b/include/gtest/internal/gtest-internal.h @@ -73,7 +73,7 @@  // This allows a user to use his own types in Google Test assertions by  // overloading the << operator.  // -// util/gtl/stl_logging-inl.h overloads << for STL containers.  These +// util/gtl/stl_logging.h overloads << for STL containers.  These  // overloads cannot be defined in the std namespace, as that will be  // undefined behavior.  Therefore, they are defined in the global  // namespace instead.  | 
