Fix unittest in i386
This commit is contained in:
parent
fe7b5667eb
commit
fb28d73204
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue