Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
remove arch info logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kilic committed Mar 18, 2020
1 parent e4a6c22 commit 5d91d38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eip1962_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ var targetNumberOfLimb int = -1
var from = 1
var to = 16

func TestArch(t *testing.T) {
answer := "Yes."
if nonADXBMI2 {
answer = "No."
}
fmt.Printf("Is using ADX backend extension? %s\n", answer)
}

func TestMain(m *testing.M) {
_fuz := flag.Int("fuzz", 1, "# of iters")
nol := flag.Int("nol", 0, "backend bit size")
Expand Down

0 comments on commit 5d91d38

Please sign in to comment.