From 311973ea5679e460cecf04193e80e8baf4bbc324 Mon Sep 17 00:00:00 2001 From: Kai Backman Date: Tue, 3 Aug 2010 13:03:40 -0700 Subject: [PATCH] arm: remove old qemu dependency from gotest R=rsc CC=golang-dev https://golang.org/cl/1678063 --- src/cmd/gotest/gotest | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index b9bd93fac0b..cea2ab90585 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"