summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2009-04-28 13:04:01 -0700
committerKen Thompson <ken@golang.org>2009-04-28 13:04:01 -0700
commit71e93d36107b5dc959d8488642a730888c5a3252 (patch)
treea795daa188482d14c017f5e33d2f52c964099232 /test
parentce7023516025d3c87739367ec4cc1a90b6966f94 (diff)
downloadgo-71e93d36107b5dc959d8488642a730888c5a3252.tar.gz
bug131 has been fixed with no change
R=r OCL=27980 CL=27980
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/bug131.go (renamed from test/bugs/bug131.go)0
-rw-r--r--test/golden.out10
2 files changed, 5 insertions, 5 deletions
diff --git a/test/bugs/bug131.go b/test/fixedbugs/bug131.go
index 96e7cc764..96e7cc764 100644
--- a/test/bugs/bug131.go
+++ b/test/fixedbugs/bug131.go
diff --git a/test/golden.out b/test/golden.out
index b3cc4fb54..fda5e1e00 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -100,11 +100,6 @@ bugs/bug117.go:9: illegal types for operand: RETURN
int
BUG: should compile
-=========== bugs/bug131.go
-bugs/bug131.go:7: cannot convert uint64 constant to int64
-bugs/bug131.go:7: illegal types for operand: AS
- int64
-
=========== bugs/bug132.go
BUG: compilation succeeds incorrectly
@@ -240,6 +235,11 @@ fixedbugs/bug121.go:20: illegal types for operand: AS
=========== fixedbugs/bug122.go
fixedbugs/bug122.go:6: too many arguments to make array
+=========== fixedbugs/bug131.go
+fixedbugs/bug131.go:7: cannot convert uint64 constant to int64
+fixedbugs/bug131.go:7: illegal types for operand: AS
+ int64
+
=========== fixedbugs/bug133.go
fixedbugs/bug133.dir/bug2.go:11: undefined DOT i on bug0.T
fixedbugs/bug133.dir/bug2.go:11: illegal types for operand: RETURN