Commit 685ecc7f authored by Martin Möhrmann's avatar Martin Möhrmann Committed by Austin Clements

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 <moehrmann@google.com>
Reviewed-by: 's avatarAustin Clements <austin@google.com>
parent e391fade
...@@ -8,7 +8,6 @@ package cpu_test ...@@ -8,7 +8,6 @@ package cpu_test
import ( import (
. "internal/cpu" . "internal/cpu"
"runtime"
"testing" "testing"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment