mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
windows MINOR
This commit is contained in:
parent
dd742c42fe
commit
1d5186004c
@ -38,7 +38,7 @@ namespace ShardingTests {
|
||||
s.insert( a );
|
||||
s.insert( b );
|
||||
|
||||
ASSERT_EQUALS( (uint)2 , s.size() );
|
||||
ASSERT_EQUALS( (unsigned int)2 , s.size() );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user