aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/build_cache_arch_mode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/build_cache_arch_mode.txt')
-rw-r--r--src/cmd/go/testdata/script/build_cache_arch_mode.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/cmd/go/testdata/script/build_cache_arch_mode.txt b/src/cmd/go/testdata/script/build_cache_arch_mode.txt
index 68e662555f..931827fbde 100644
--- a/src/cmd/go/testdata/script/build_cache_arch_mode.txt
+++ b/src/cmd/go/testdata/script/build_cache_arch_mode.txt
@@ -1,15 +1,7 @@
-# Issue 9737: verify that GOARM and GO386 affect the computed build ID
+# Issue 9737: verify that GOARM affects the computed build ID
[short] skip
-# 386
-env GOOS=linux
-env GOARCH=386
-env GO386=387
-go install mycmd
-env GO386=sse2
-stale mycmd
-
# arm
env GOOS=linux
env GOARCH=arm