mirror of https://github.com/goccy/go-json.git
Remove unnecessary test
This commit is contained in:
parent
c41c158a56
commit
2ed0122969
|
@ -1,13 +0,0 @@
|
|||
// +build go1.16
|
||||
|
||||
package json
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTypeAddressAligned32(t *testing.T) {
|
||||
if typeAddrShift != 5 {
|
||||
t.Fatalf("unexpected type address shift %d, want 5", typeAddrShift)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue