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:
parent
16268ad41f
commit
e610aaddca
@ -149,7 +149,7 @@ namespace BasicTests {
|
||||
SBTGB( 5.4312 );
|
||||
SBTGB( "yyy" );
|
||||
SBTGB( (short)5 );
|
||||
SBTGB( (short)1231231231231 );
|
||||
SBTGB( (short)(1231231231231LL) );
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user