removed useless tests
This commit is contained in:
		
							
								
								
									
										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))
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user