summaryrefslogtreecommitdiff
path: root/test/alias.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/alias.go')
-rw-r--r--test/alias.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/alias.go b/test/alias.go
index 639a9cabb..ec93a2d10 100644
--- a/test/alias.go
+++ b/test/alias.go
@@ -1,13 +1,14 @@
-// errchk $G -e $D/$F.go
+// errorcheck
// 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
-
// Test that error messages say what the source file says
// (uint8 vs byte, int32 vs. rune).
+// Does not compile.
+
+package main
import (
"fmt"