From c4748872b8f1e8a63792e9d479a605edee4b9b5c Mon Sep 17 00:00:00 2001
From: Rob Pike <r@golang.org>
Date: Tue, 9 Sep 2008 12:46:21 -0700
Subject: [PATCH] update golden

R=gri
OCL=15014
CL=15014
---
 test/golden.out | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/test/golden.out b/test/golden.out
index 9ab450f34fc..3d12933ddc6 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -75,11 +75,10 @@ bugs/bug064.go:15: illegal types for operand: CALL
 BUG: compilation should succeed
 
 =========== bugs/bug074.go
-bugs/bug074.go:6: illegal types for operand: CONV
-	(<string>*STRING)
-bugs/bug074.go:6: illegal types for operand: CONV
-	(<string>*STRING)
+bugs/bug074.go:6: syntax error
+bugs/bug074.go:7: x: undefined
 BUG: compiler crashes - Bus error
+Bus error               $G $D/$F.go
 
 =========== bugs/bug075.go
 bugs/bug075.go:11: bad shape across assignment - cr=1 cl=2
-- 
GitLab