mirror of
https://github.com/arnaucube/go-iden3-crypto.git
synced 2026-02-07 11:36:41 +01:00
Test break in 386
This commit is contained in:
12
utils/break_test.go
Normal file
12
utils/break_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"math/bits"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBreak(t *testing.T) {
|
||||
if bits.UintSize != 64 {
|
||||
panic("bits.UintSize != 64")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user