0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

windows MINOR

This commit is contained in:
Eliot Horowitz 2010-01-14 10:42:55 -05:00
parent dd742c42fe
commit 1d5186004c

View File

@ -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() );
}
};
}