10 lines
83 B
Go
10 lines
83 B
Go
package p
|
|
|
|
import "testing"
|
|
|
|
func TestF(t *testing.T) {
|
|
if !f() {
|
|
t.Fail()
|
|
}
|
|
}
|