From d68f800620b4295039912066970fb2be914f1d1e Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 5 May 2016 17:46:58 -0700 Subject: [PATCH] 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 --- test/fixedbugs/issue15548.dir/c.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 2.48.1