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

Unified Diff: test/fixedbugs/issue5089.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/issue4847.go ('k') | test/fixedbugs/issue5172.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/issue5089.go
===================================================================
--- a/test/fixedbugs/issue5089.go
+++ b/test/fixedbugs/issue5089.go
@@ -8,8 +8,8 @@
package p
-import "bufio"
+import "bufio" // GCCGO_ERROR "previous"
-func (b *bufio.Reader) Buffered() int { // ERROR "non-local"
+func (b *bufio.Reader) Buffered() int { // ERROR "non-local|redefinition"
return -1
}
« no previous file with comments | « test/fixedbugs/issue4847.go ('k') | test/fixedbugs/issue5172.go » ('j') | no next file with comments »

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