Index: third_party/WebKit/Source/platform/geometry/IntRectTest.cpp |
diff --git a/third_party/WebKit/Source/platform/geometry/IntRectTest.cpp b/third_party/WebKit/Source/platform/geometry/IntRectTest.cpp |
index 73f71841d787b6a74361a6fa230c0a4ffeb38fd0..ac1d46685e9fed5a5168f82aeaf3a545b3588027 100644 |
--- a/third_party/WebKit/Source/platform/geometry/IntRectTest.cpp |
+++ b/third_party/WebKit/Source/platform/geometry/IntRectTest.cpp |
@@ -9,7 +9,6 @@ |
namespace blink { |
-#ifndef NDEBUG |
TEST(IntRectTest, ToString) |
{ |
IntRect emptyRect = IntRect(); |
@@ -18,6 +17,5 @@ TEST(IntRectTest, ToString) |
IntRect rect(1, 2, 3, 4); |
EXPECT_EQ(String("1,2 3x4"), rect.toString()); |
} |
-#endif |
} // namespace blink |