Skip to content

Commit

Permalink
cmd/go/testdata/src: gofmt
Browse files Browse the repository at this point in the history
These are functionality tests, not formatter tests.

I also tested manually that 'go test cmd/go'
without -short still passes.


Change-Id: Id146e1dc3b65e19ea531869725cd0b97f4801b8b
Reviewed-on: https://go-review.googlesource.com/33169
Run-TryBot: Josh Bleecher Snyder <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
josharian authored and bradfitz committed Nov 14, 2016
1 parent 5f74ce3 commit 2f76c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/go/testdata/src/dupload/dupload.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
_"dupload/p2"
_ "dupload/p2"
_ "p"
)

Expand Down
1 change: 1 addition & 0 deletions src/cmd/go/testdata/src/my.pkg/pkg.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
package pkg

var Text = "unset"

0 comments on commit 2f76c19

Please sign in to comment.