aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cmd/gotest/gotest6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest
index b9bd93fac0..cea2ab9058 100755
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -31,12 +31,6 @@ fi
E="$GORUN"
-# TODO(kaib): proper emulator strategy
-case x"$GOARCH" in
-xarm)
- export E=${GORUN:-qemu-arm -cpu cortex-a8}
-esac
-
# Allow overrides
GC="$GOBIN/${_GC:-$GC} -I _test"
GL="$GOBIN/${GL:-$LD} -L _test"