Index: third_party/WebKit/Source/platform/DecimalTest.cpp |
diff --git a/third_party/WebKit/Source/platform/DecimalTest.cpp b/third_party/WebKit/Source/platform/DecimalTest.cpp |
index 1bbfe096449df37e5e9df87475a96c9dc990fb20..d5c50b5c9456de2febd8decbbb4ee0daf569cf3e 100644 |
--- a/third_party/WebKit/Source/platform/DecimalTest.cpp |
+++ b/third_party/WebKit/Source/platform/DecimalTest.cpp |
@@ -101,7 +101,8 @@ class DecimalTest : public ::testing::Test { |
} |
}; |
-// FIXME: We should use expectedSign without "Decimal::", however, g++ causes undefined references for DecimalTest::Positive and Negative. |
+// FIXME: We should use expectedSign without "Decimal::", however, g++ causes |
+// undefined references for DecimalTest::Positive and Negative. |
#define EXPECT_DECIMAL_ENCODED_DATA_EQ(expectedCoefficient, expectedExponent, \ |
expectedSign, decimal) \ |
EXPECT_EQ((expectedCoefficient), (decimal).value().coefficient()); \ |