Commit 7d7fa50
committed
apidiff: pull test go version into a const
The version of Go used to load the code under test was buried
in a string, so it was hard to find. Make it a const at the top
of the file.
Change-Id: I7ad221759d7c84ccf3ded5ca1403898e5f343fad
Reviewed-on: https://go-review.googlesource.com/c/exp/+/639737
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>1 parent dd03c70 commit 7d7fa50
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
132 | | - | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
0 commit comments