mirror of
https://github.com/golang/go
synced 2024-11-21 20:34:40 -07:00
parent
8d76a15122
commit
c44f95ff48
@ -159,11 +159,11 @@ func main() {
|
|||||||
}
|
}
|
||||||
fmt.Printf("%s: expected no error; got %q\n", t.name, err)
|
fmt.Printf("%s: expected no error; got %q\n", t.name, err)
|
||||||
case t.err != "" && err != "":
|
case t.err != "" && err != "":
|
||||||
if !bad {
|
|
||||||
bad = true
|
|
||||||
fmt.Printf("BUG\n")
|
|
||||||
}
|
|
||||||
if strings.Index(err, t.err) < 0 {
|
if strings.Index(err, t.err) < 0 {
|
||||||
|
if !bad {
|
||||||
|
bad = true
|
||||||
|
fmt.Printf("BUG\n")
|
||||||
|
}
|
||||||
fmt.Printf("%s: expected %q; got %q\n", t.name, t.err, err)
|
fmt.Printf("%s: expected %q; got %q\n", t.name, t.err, err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user