Index: sql/meta_table_unittest.cc |
diff --git a/sql/meta_table_unittest.cc b/sql/meta_table_unittest.cc |
index 2ffb4bdb568c99d3d5c2660b08fa165a0d5092db..23b020fd5421aee9c0431bc1fede80b76ad30d40 100644 |
--- a/sql/meta_table_unittest.cc |
+++ b/sql/meta_table_unittest.cc |
@@ -210,8 +210,8 @@ TEST_F(SQLMetaTableTest, IntValue) { |
TEST_F(SQLMetaTableTest, Int64Value) { |
const char kKey[] = "Int Key"; |
- const int64 kFirstValue = GG_LONGLONG(5000000017); |
- const int64 kSecondValue = GG_LONGLONG(5000000023); |
+ const int64 kFirstValue = 5000000017LL; |
+ const int64 kSecondValue = 5000000023LL; |
// Initially, the value isn't there until set. |
{ |