]> Cypherpunks repositories - gostls13.git/commit
test: add test for confusion with dot imports
authorIan Lance Taylor <iant@golang.org>
Sun, 20 Jul 2014 17:28:51 +0000 (10:28 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 20 Jul 2014 17:28:51 +0000 (10:28 -0700)
commit6eb5eb398b7c37079526bbf7d5987be8c054bb50
treeb16aac069b4ea13685fc18618fcdb209ece41d8d
parent88b78b41c5c645ab0f19032e6e44c82557b8835e
test: add test for confusion with dot imports

The gccgo compiler would fail this test.  The fix for gccgo is
https://golang.org/cl/116960043 .

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118000043
test/fixedbugs/bug488.dir/a.go [new file with mode: 0644]
test/fixedbugs/bug488.dir/b.go [new file with mode: 0644]
test/fixedbugs/bug488.go [new file with mode: 0644]