From: Martin Möhrmann Date: Tue, 22 May 2018 20:09:35 +0000 (+0200) Subject: internal/cpu: fix test build on ppc64 X-Git-Tag: go1.11beta1~354 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=685ecc7f027051f0380dc5c9575595c145eb625a;p=gostls13.git internal/cpu: fix test build on ppc64 The runtime import is unused. Change-Id: I37fe210256ddafa579d9e6d64f3f0db78581974e Reviewed-on: https://go-review.googlesource.com/114175 Run-TryBot: Martin Möhrmann Reviewed-by: Austin Clements --- diff --git a/src/internal/cpu/cpu_ppc64x_test.go b/src/internal/cpu/cpu_ppc64x_test.go index b33acbfbdc..9c43d1e804 100644 --- a/src/internal/cpu/cpu_ppc64x_test.go +++ b/src/internal/cpu/cpu_ppc64x_test.go @@ -8,7 +8,6 @@ package cpu_test import ( . "internal/cpu" - "runtime" "testing" )