aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-09-26 19:35:21 -0400
committerRuss Cox <rsc@golang.org>2011-09-26 19:35:21 -0400
commit4bdf1fc02bd44d539301d19c2781411d2c745b64 (patch)
tree072f4355df4fe675870f32f40136513be28d7869 /test/nilptr.go
parent4c462e6fd719861e03cab1a7c5c892b7db7baa11 (diff)
downloadgo-4bdf1fc02bd44d539301d19c2781411d2c745b64.tar.gz
go-4bdf1fc02bd44d539301d19c2781411d2c745b64.zip
test: silence/coalesce some tests
Add copyright notice to nilptr.go. R=golang-dev, r CC=golang-dev https://golang.org/cl/5139048
Diffstat (limited to 'test/nilptr.go')
-rw-r--r--test/nilptr.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/nilptr.go b/test/nilptr.go
index 41d8f23528..6cf2192047 100644
--- a/test/nilptr.go
+++ b/test/nilptr.go
@@ -1,5 +1,9 @@
// $G $D/$F.go && $L $F.$A && ./$A.out
+// 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 main
import "unsafe"