diff --git a/internal/json2test/pkg_test.go b/internal/json2test/pkg_test.go deleted file mode 100644 index d28c305..0000000 --- a/internal/json2test/pkg_test.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2021 the u-root Authors. All rights reserved -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package json2test - -import "testing" - -func TestTODO(t *testing.T) { - // TODO: Write a unit test. -}