mirror of
https://gitee.com/johng/gf
synced 2026-07-05 05:13:14 +08:00
gutil test 20190623 20:41
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user