aboutsummaryrefslogtreecommitdiff
path: root/test/label.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/label.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/label.go')
-rw-r--r--test/label.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/label.go b/test/label.go
index b30c27ec44..a1811c2d68 100644
--- a/test/label.go
+++ b/test/label.go
@@ -17,8 +17,7 @@ L1: // ERROR "label .*L1.* defined and not used"
for {
}
L2: // ERROR "label .*L2.* defined and not used"
- select {
- }
+ select {}
L3: // ERROR "label .*L3.* defined and not used"
switch {
}