]> Cypherpunks repositories - gostls13.git/commitdiff
internal/cpu: fix test build on ppc64
authorMartin Möhrmann <moehrmann@google.com>
Tue, 22 May 2018 20:09:35 +0000 (22:09 +0200)
committerAustin Clements <austin@google.com>
Tue, 22 May 2018 20:14:05 +0000 (20:14 +0000)
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: Austin Clements <austin@google.com>
src/internal/cpu/cpu_ppc64x_test.go

index b33acbfbdc4d27ed3cc63914a633159163712433..9c43d1e80497373dde51a452dbdf39aaec6d5cf3 100644 (file)
@@ -8,7 +8,6 @@ package cpu_test
 
 import (
        . "internal/cpu"
-       "runtime"
        "testing"
 )