Remove unnecessary test

This commit is contained in:
Masaaki Goshima 2021-06-03 19:21:25 +09:00
parent c41c158a56
commit 2ed0122969
1 changed files with 0 additions and 13 deletions

View File

@ -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)
}
}