]> Cypherpunks repositories - gostls13.git/commit
test: don't rely on order of unrelated imports in bug191
authorIan Lance Taylor <iant@golang.org>
Tue, 10 Dec 2013 20:05:37 +0000 (12:05 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 10 Dec 2013 20:05:37 +0000 (12:05 -0800)
commit6ae378050356715a0f8a91f317030a728a89647b
treea4024737d0f4194b865413cdbb3536cab66f3ce9
parentc69402d82b5860df253b77ad07b6aa572c9f87cd
test: don't rely on order of unrelated imports in bug191

There is no necessary relationship between the imports of the
packages a and b, and gccgo happens to import them in a
different order, leading to different output.  This ordering
is not the purpose of the test in any case.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/40400043
test/fixedbugs/bug191.dir/a.go
test/fixedbugs/bug191.dir/b.go
test/fixedbugs/bug191.dir/main.go
test/fixedbugs/bug191.go
test/fixedbugs/bug191.out [deleted file]