Commit 69433f38 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #305 from ezegomez/master

Fix unittest in i386
parents d1281cdb fb28d732
......@@ -768,7 +768,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