Change-Id: I0314c2e9073b162119060a23c5eee9a78ca08ebf
Reviewed-on: https://go-review.googlesource.com/c/go/+/382239
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
}
case successOrFailure:
if eq {
- fmt.Fprintf(&ts.log, "%s and %s do not differ", name1, name2)
+ fmt.Fprintf(&ts.log, "%s and %s do not differ\n", name1, name2)
} else {
- fmt.Fprintf(&ts.log, "%s and %s differ", name1, name2)
+ fmt.Fprintf(&ts.log, "%s and %s differ\n", name1, name2)
}
default:
ts.fatalf("unsupported: %v cmp", want)