github.com/mshitrit/go-mutesting@v0.0.0-20210528084812-ff81dcaedfea/mutator/expression/remove_test.go (about) 1 package expression 2 3 import ( 4 "testing" 5 6 "github.com/zimmski/go-mutesting/test" 7 ) 8 9 func TestMutatorRemoveTerm(t *testing.T) { 10 test.Mutator( 11 t, 12 MutatorRemoveTerm, 13 "../../testdata/expression/remove.go", 14 6, 15 ) 16 }