blob: 5ef41a3b4d047f8d337f56c5ab4a367bc4eb308f [file]
package fail
import (
"testing"
)
func TestFail(t *testing.T) {
t.Fatal("I am failing.")
}