Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1940)

Unified Diff: test/fixedbugs/issue5581.go

Issue 41520044: code review 41520044: test: match gccgo error messages (Closed)
Patch Set: diff -r 8e4a65bf1ca1 https://code.google.com/p/go Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fixedbugs/issue5358.go ('k') | test/funcdup.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/issue5581.go
===================================================================
--- a/test/fixedbugs/issue5581.go
+++ b/test/fixedbugs/issue5581.go
@@ -26,7 +26,7 @@
type Bar struct {
A *Foo
- B chan Blah // ERROR "undefined: Blah"
+ B chan Blah // ERROR "undefined.*Blah"
}
func main() {
« no previous file with comments | « test/fixedbugs/issue5358.go ('k') | test/funcdup.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b