github.com/mshitrit/go-mutesting@v0.0.0-20210528084812-ff81dcaedfea/mutator/statement/remove_test.go (about)

     1  package statement
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/zimmski/go-mutesting/test"
     7  )
     8  
     9  func TestMutatorRemoveStatement(t *testing.T) {
    10  	test.Mutator(
    11  		t,
    12  		MutatorRemoveStatement,
    13  		"../../testdata/statement/remove.go",
    14  		17,
    15  	)
    16  }