From: Robert Griesemer Date: Fri, 6 May 2016 00:46:58 +0000 (-0700) Subject: test: update test for issue 15548 X-Git-Tag: go1.7beta1~307 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d68f800620b4295039912066970fb2be914f1d1e;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Minux Ma --- diff --git a/test/fixedbugs/issue15548.dir/c.go b/test/fixedbugs/issue15548.dir/c.go index ce6e3204b3..6d3f3be53e 100644 --- a/test/fixedbugs/issue15548.dir/c.go +++ b/test/fixedbugs/issue15548.dir/c.go @@ -5,6 +5,6 @@ package c import ( - _ "./a" _ "./b" + _ "./a" )