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