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:
parent
2a3bccfb1b
commit
add5a52034
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue