7 строки
86 Б
Go
7 строки
86 Б
Go
package fail_test
|
|
|
|
import "testing"
|
|
|
|
func TestFail(t *testing.T) {
|
|
t.Error("fail")
|
|
}
|