Files
atomic/nocmp_test.go
Abhinav Gupta 746c19c0c5 TestNocmpSize: Test with correct struct
`staticcheck` caught the following issue.

    nocmp_test.go:84:7: type y is unused (U1000)

Test was intended to evaluate the size of the new `type y` but due to a
typo, we were testing with `x`.
2020-09-11 11:24:56 -07:00

4.1 KiB