summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug462.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug462.go')
-rw-r--r--test/fixedbugs/bug462.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug462.go b/test/fixedbugs/bug462.go
index 6434255c8..1a23ad064 100644
--- a/test/fixedbugs/bug462.go
+++ b/test/fixedbugs/bug462.go
@@ -14,6 +14,6 @@ type T struct {
func main() {
_ = T {
- os.File: 1, // ERROR "unknown T field"
+ os.File: 1, // ERROR "unknown T? ?field"
}
}