github.com/gmemcc/yaegi@v0.12.1-0.20221128122509-aa99124c5d16/_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 }