blob: 910c06beecac03d6c317663c5ea684f203f1f038 [file]
package lib
import (
"testing"
)
func TestName(t *testing.T) {
if Name() != "bzlmod" {
t.Fail()
}
}