go/gcexportdata: suppress example_test.go on Go 1.6
because its export data doesn't contain file position information. Change-Id: Ia3ab54ae8a493666b9ad63577aa8fad513385052 Reviewed-on: https://go-review.googlesource.com/32299 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
6d7cee0134
commit
f24fea3cd4
|
@ -2,6 +2,8 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// +build go1.7
|
||||||
|
|
||||||
package gcexportdata_test
|
package gcexportdata_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue