mirror of
https://github.com/golang/go
synced 2024-11-21 22:24:40 -07: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:
parent
b35d49fca1
commit
5b1f159fb5
14
src/pkg/exp/norm/norm_test.go
Normal file
14
src/pkg/exp/norm/norm_test.go
Normal 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.
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user