diff options
author | Robert Griesemer <gri@golang.org> | 2009-07-07 10:42:42 -0700 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-07-07 10:42:42 -0700 |
commit | 44839c922f69eab0d7cdadaee1dd2abc1b61cf62 (patch) | |
tree | f96828027d7c6a7f617a0e7d3b7b2c3f0448e977 /test/golden.out | |
parent | e5202a1fbbe48fe57ed0bef3e8c13ccd5ee73de4 (diff) | |
download | go-44839c922f69eab0d7cdadaee1dd2abc1b61cf62.tar.gz |
bug167: types declared in different scopes should
be independent of each other
R=rsc
DELTA=28 (28 added, 0 deleted, 0 changed)
OCL=31271
CL=31273
Diffstat (limited to 'test/golden.out')
-rw-r--r-- | test/golden.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out index bcbebb6fe..9b4bf4717 100644 --- a/test/golden.out +++ b/test/golden.out @@ -105,6 +105,12 @@ BUG: bug159 123 BUG: should fail +=========== bugs/bug167.go +BUG: bug167 +1606416656: conflicting definitions for main.T·bug167 +bug167.6: type main.T·bug167 struct { x int } +bug167.6: type main.T·bug167 struct { x float } + =========== fixedbugs/bug016.go fixedbugs/bug016.go:7: constant -3 overflows uint |