aboutsummaryrefslogtreecommitdiff
path: root/test/label1.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2015-07-20 13:00:28 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2015-07-20 20:09:34 +0000
commitffbf209a7c733ef519abbe9a5c47a8b1c73814af (patch)
tree514091b52b974522fd2624b8281b12c984e93bf2 /test/label1.go
parentf421735bb4a139ecd59afc78b2b98df6327464cf (diff)
downloadgo-ffbf209a7c733ef519abbe9a5c47a8b1c73814af.tar.gz
go-ffbf209a7c733ef519abbe9a5c47a8b1c73814af.zip
[dev.ssa] test: gofmt {goto,label,label1}.go
Change-Id: I971d0c93632e39aad4e2ba1862f085df820baf8b Reviewed-on: https://go-review.googlesource.com/12431 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/label1.go')
-rw-r--r--test/label1.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/label1.go b/test/label1.go
index f923a18820..bc8fea6f6a 100644
--- a/test/label1.go
+++ b/test/label1.go
@@ -4,7 +4,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-
// Verify that erroneous labels are caught by the compiler.
// This set is caught by pass 2. That's why this file is label1.go.
// Does not compile.