diff options
Diffstat (limited to 'test/fixedbugs')
| -rw-r--r-- | test/fixedbugs/issue4610.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fixedbugs/issue4610.go b/test/fixedbugs/issue4610.go index d56c6d3e8c..8993f9882b 100644 --- a/test/fixedbugs/issue4610.go +++ b/test/fixedbugs/issue4610.go @@ -14,4 +14,3 @@ func main() { var foo bar _ = &foo{} // ERROR "is not a type|expected .;." } // GCCGO_ERROR "expected declaration" - |
