github.com/traefik/yaegi@v0.15.1/_test/m2/m2_test.go (about)

     1  package m2
     2  
     3  import "testing"
     4  
     5  func TestM2(t *testing.T) {
     6  	t.Errorf("got %s, want %s", "AAA", "BBB")
     7  }