Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(986)

Unified Diff: src/cmd/gotest/gotest

Issue 1678063: code review 1678063: arm: remove old qemu dependency from gotest (Closed)
Patch Set: code review 1678063: arm: remove old qemu dependency from gotest Created 14 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gotest/gotest
===================================================================
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -31,12 +31,6 @@
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b