mirror of
https://github.com/golang/go
synced 2024-11-26 20:31:25 -07:00
test: update test for issue 15548
Accidentally checked in the version of file c.go that doesn't exhibit the bug - hence the test was not testing the bug fix. Double-checked that this version exposes the bug w/o the fix. Change-Id: Ie4dc455229d1ac802a80164b5d549c2ad4d971f5 Reviewed-on: https://go-review.googlesource.com/22837 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
b90cb3f471
commit
d68f800620
@ -5,6 +5,6 @@
|
|||||||
package c
|
package c
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "./a"
|
|
||||||
_ "./b"
|
_ "./b"
|
||||||
|
_ "./a"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user