1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00

exp/norm: fix build by adding a test placeholder

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/4838050
This commit is contained in:
Rob Pike 2011-08-05 08:25:49 +10:00
parent b35d49fca1
commit 5b1f159fb5

View File

@ -0,0 +1,14 @@
// Copyright 2011 The Go 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 norm_test
import (
"testing"
)
func TestPlaceHolder(t *testing.T) {
// Does nothing, just allows the Makefile to be canonical
// while waiting for the package itself to be written.
}