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

Unified Diff: Source/wtf/MathExtrasTest.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/ListHashSetTest.cpp ('k') | Source/wtf/PartitionAllocTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/MathExtrasTest.cpp
diff --git a/Source/wtf/MathExtrasTest.cpp b/Source/wtf/MathExtrasTest.cpp
index 034573f3234dd259f4d2ba934c59994fe40d0692..616e4b785aa2bc9dd038d5f52fc650fc2033e86a 100644
--- a/Source/wtf/MathExtrasTest.cpp
+++ b/Source/wtf/MathExtrasTest.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-
#include "wtf/MathExtras.h"
+
#include <gtest/gtest.h>
-namespace {
+namespace WTF {
TEST(MathExtrasTest, Lrint)
{
@@ -261,4 +261,4 @@ TEST(MathExtrasTest, infinityMath)
EXPECT_EQ(1.0, pow(nan, 0.0));
}
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/ListHashSetTest.cpp ('k') | Source/wtf/PartitionAllocTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698