gutil test 20190623 20:41

This commit is contained in:
陈国潮
2019-06-23 20:44:03 +08:00
parent abe14e049a
commit 327e33b827

View File

@ -50,8 +50,6 @@ func Test_ComparatorInt64(t *testing.T) {
}
func Test_ComparatorUint(t *testing.T) {
j := gutil.ComparatorUint(1, 1)
gtest.Assert(j, 0)
gtest.Assert(gutil.ComparatorUint(1, 1), 0)
gtest.Assert(gutil.ComparatorUint(1, 2), -1)