Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: Source/wtf/SaturatedArithmeticTest.cpp

Issue 1184043002: Fix unit test style in Source/wtf/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: apply review comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/RefPtrTest.cpp ('k') | Source/wtf/StringExtrasTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/SaturatedArithmeticTest.cpp
diff --git a/Source/wtf/SaturatedArithmeticTest.cpp b/Source/wtf/SaturatedArithmeticTest.cpp
index fbe4bd63dd30ef6ba939cc33eeec10b563fdabb5..360244a028eb8ecaee738d35c910f31e73eaae65 100644
--- a/Source/wtf/SaturatedArithmeticTest.cpp
+++ b/Source/wtf/SaturatedArithmeticTest.cpp
@@ -34,7 +34,7 @@
#include <gtest/gtest.h>
#include <limits.h>
-namespace {
+namespace WTF {
TEST(SaturatedArithmeticTest, Addition)
{
@@ -153,5 +153,4 @@ TEST(SaturatedArithmeticTest, SetUnsigned)
saturatedSet(kNotOverflowed, kFractionBits));
}
-
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/RefPtrTest.cpp ('k') | Source/wtf/StringExtrasTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698