commit | 4bdf1fc02bd44d539301d19c2781411d2c745b64 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 26 19:35:21 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Sep 26 19:35:21 2011 -0400 |
tree | 072f4355df4fe675870f32f40136513be28d7869 | |
parent | 4c462e6fd719861e03cab1a7c5c892b7db7baa11 [diff] [blame] |
test: silence/coalesce some tests Add copyright notice to nilptr.go. R=golang-dev, r CC=golang-dev https://golang.org/cl/5139048
diff --git a/test/nilptr.go b/test/nilptr.go index 41d8f23..6cf2192 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"