Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_go
/
c80ebd13ddc794884bfd2fe68fcfda646e905bf1
/
.
/
tests
/
bcr
/
test.go
blob: 910c06beecac03d6c317663c5ea684f203f1f038 [
file
]
package lib
import (
"testing"
)
func TestName(t *testing.T) {
if Name() != "bzlmod" {
t.Fail()
}
}