0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

32-bit fix

This commit is contained in:
Eliot Horowitz 2009-12-29 21:26:55 -05:00
parent 16268ad41f
commit e610aaddca

View File

@ -149,7 +149,7 @@ namespace BasicTests {
SBTGB( 5.4312 );
SBTGB( "yyy" );
SBTGB( (short)5 );
SBTGB( (short)1231231231231 );
SBTGB( (short)(1231231231231LL) );
}
};