From 685ecc7f027051f0380dc5c9575595c145eb625a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20M=C3=B6hrmann?= Date: Tue, 22 May 2018 22:09:35 +0200 Subject: [PATCH] internal/cpu: fix test build on ppc64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/internal/cpu/cpu_ppc64x_test.go | 1 - 1 file changed, 1 deletion(-) 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" ) -- 2.48.1