Skip to content

Commit f02e77d

Browse files
committed
Update testset.
1 parent 976c648 commit f02e77d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

testdata/cpuid_data.zip

11.7 KB
Binary file not shown.

testdata/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/klauspost/cpuid/testdata
2+
3+
go 1.19
4+
5+
require golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect

testdata/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/net v0.0.0-20220926192436-02166a98028e h1:I51lVG9ykW5AQeTE50sJ0+gJCAF0J78Hf1+1VUCGxDI=
2+
golang.org/x/net v0.0.0-20220926192436-02166a98028e/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=

0 commit comments

Comments
 (0)