From 067bab00a80e028f1d7ce553b27aba2aa3e9675f Mon Sep 17 00:00:00 2001 From: shawnps Date: Sat, 7 Jan 2017 08:23:11 -0800 Subject: all: fix misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76 Reviewed-on: https://go-review.googlesource.com/34923 Reviewed-by: Ian Lance Taylor Reviewed-by: Daniel Martí Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/testing/sub_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing') diff --git a/src/testing/sub_test.go b/src/testing/sub_test.go index 2a24aaacfd..8d5d9206f0 100644 --- a/src/testing/sub_test.go +++ b/src/testing/sub_test.go @@ -357,7 +357,7 @@ func TestTRun(t *T) { want := strings.TrimSpace(tc.output) re := makeRegexp(want) if ok, err := regexp.MatchString(re, got); !ok || err != nil { - t.Errorf("%s:ouput:\ngot:\n%s\nwant:\n%s", tc.desc, got, want) + t.Errorf("%s:output:\ngot:\n%s\nwant:\n%s", tc.desc, got, want) } } } @@ -498,7 +498,7 @@ func TestBRun(t *T) { want := strings.TrimSpace(tc.output) re := makeRegexp(want) if ok, err := regexp.MatchString(re, got); !ok || err != nil { - t.Errorf("%s:ouput:\ngot:\n%s\nwant:\n%s", tc.desc, got, want) + t.Errorf("%s:output:\ngot:\n%s\nwant:\n%s", tc.desc, got, want) } } } -- cgit v1.3