removed useless tests
This commit is contained in:
parent
a18f1c51cb
commit
baf701ad1e
10
math_test.go
10
math_test.go
@ -1,10 +0,0 @@
|
||||
package gmath
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMod(t *testing.T) {
|
||||
fmt.Println(ModPositive(-1, 10))
|
||||
}
|
Loading…
Reference in New Issue
Block a user