aboutsummaryrefslogtreecommitdiff
path: root/src/go/internal/gcimporter/gcimporter_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/internal/gcimporter/gcimporter_test.go')
-rw-r--r--src/go/internal/gcimporter/gcimporter_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/internal/gcimporter/gcimporter_test.go b/src/go/internal/gcimporter/gcimporter_test.go
index 3c76aafde3..286b8a6347 100644
--- a/src/go/internal/gcimporter/gcimporter_test.go
+++ b/src/go/internal/gcimporter/gcimporter_test.go
@@ -138,6 +138,7 @@ func TestVersionHandling(t *testing.T) {
skipSpecialPlatforms(t)
// This package only handles gc export data.
+ // Disable test until we put in the new export version.
if runtime.Compiler != "gc" {
t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
}