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>
diff --git a/go/gcexportdata/example_test.go b/go/gcexportdata/example_test.go
index 1d7f472..fc09504 100644
--- a/go/gcexportdata/example_test.go
+++ b/go/gcexportdata/example_test.go
@@ -108,7 +108,7 @@
 
 	// 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
 }