[#91] Fixed the behavior of checkedAdd when over/underflow #36
Annotations
3 errors and 1 warning
stats_test.go#L73
cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to t.Fatalf (overflows)
|
stats_test.go#L86
cannot use math.MinInt64 (untyped int constant -9223372036854775808) as int value in argument to t.Fatalf (overflows)
|
|
|
This job failed
Loading