go/gcexportdata: fix test output (fix build)

Change-Id: Ib9a92c7b7ac09e739177b8c4c16f893dfb5e4420
Reviewed-on: https://go-review.googlesource.com/45151
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2017-06-08 11:18:08 -07:00
parent 2a3bccfb1b
commit add5a52034
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const TwoPi = 2 * math.Pi
// Output:
//
// const math.Pi untyped float = 3.14159 // $GOROOT/src/math/const.go:11:1
// const math.Pi untyped float = 3.14159 // $GOROOT/src/math/const.go:13:1
// const TwoPi untyped float = 6.28319 // twopi.go:5:7
}