From 2ed0122969088126272d281a715ab1e21b962430 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 3 Jun 2021 19:21:25 +0900 Subject: [PATCH] Remove unnecessary test --- codec_go16_test.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 codec_go16_test.go diff --git a/codec_go16_test.go b/codec_go16_test.go deleted file mode 100644 index 62cb144..0000000 --- a/codec_go16_test.go +++ /dev/null @@ -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) - } -}