Sign in
bazel
/
bazel
/
0bacd7c86ceade660a10193645fc93d68606cffc
/
.
/
base_workspace
/
examples
/
go
/
lib1
/
fail_test.go
blob: 5ef41a3b4d047f8d337f56c5ab4a367bc4eb308f [
file
]
package fail
import (
"testing"
)
func TestFail(t *testing.T) {
t.Fatal("I am failing.")
}