Commit fb28d732 authored by Ezequiel Lara Gomez's avatar Ezequiel Lara Gomez

Fix unittest in i386

parent fe7b5667
......@@ -767,7 +767,7 @@ TEST(WireFormatTest, RepeatedScalarsDifferentTagSizes) {
}
TEST(WireFormatTest, CompatibleTypes) {
const int64 data = 0x100000000;
const int64 data = 0x100000000LL;
unittest::Int64Message msg1;
msg1.set_data(data);
string serialized;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment