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

Unified Diff: tests/FitsInTest.cpp

Issue 26962002: Remove unnamed namespace usage from tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: revert AreEqual change Created 7 years, 2 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 | « tests/FillPathTest.cpp ('k') | tests/GrMemoryPoolTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/FitsInTest.cpp
diff --git a/tests/FitsInTest.cpp b/tests/FitsInTest.cpp
index 97ef67d99125b26bd1fedf35c6f411506c5fa137..365d7ea3d4309cb8f7da3932cc11f2c014e36444 100644
--- a/tests/FitsInTest.cpp
+++ b/tests/FitsInTest.cpp
@@ -11,8 +11,6 @@
#include "SkTFitsIn.h"
#include <limits>
-namespace {
-
#define TEST(S, s, D, expected) REPORTER_ASSERT(reporter, (SkTFitsIn<D>((S)(s)) == (expected)))
static void FitsInTest(skiatest::Reporter* reporter) {
@@ -70,7 +68,5 @@ static void FitsInTest(skiatest::Reporter* reporter) {
//TEST(float, 1, uint64_t, true);
}
-}
-
#include "TestClassDef.h"
DEFINE_TESTCLASS("FitsIn", FitsInTestClass, FitsInTest)
« no previous file with comments | « tests/FillPathTest.cpp ('k') | tests/GrMemoryPoolTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698