Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f
Reviewed-on: https://go-review.googlesource.com/11390
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/test/run.go b/test/run.go
index 3cd95ec0..0a2f82d 100644
--- a/test/run.go
+++ b/test/run.go
@@ -727,7 +727,7 @@
}
func splitOutput(out string) []string {
- // 6g error messages continue onto additional lines with leading tabs.
+ // gc error messages continue onto additional lines with leading tabs.
// Split the output at the beginning of each line that doesn't begin with a tab.
// <autogenerated> lines are impossible to match so those are filtered out.
var res []string