mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
internal/cpu: correct import #310
This commit is contained in:
parent
a6d8014ac9
commit
9d6f8087f9
@ -9,7 +9,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
"golang.org/x/sys/cpu"
|
"github.com/emmansun/gmsm/internal/cpu"
|
||||||
)
|
)
|
||||||
|
|
||||||
var s390xTests = []struct {
|
var s390xTests = []struct {
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
"golang.org/x/sys/cpu"
|
"github.com/emmansun/gmsm/internal/cpu"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestIsBigEndian(t *testing.T) {
|
func TestIsBigEndian(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user