aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fixedbugs/issue19028.dir/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue19028.dir/main.go b/test/fixedbugs/issue19028.dir/main.go
index 627e926f93..e2ee7b8ca1 100644
--- a/test/fixedbugs/issue19028.dir/main.go
+++ b/test/fixedbugs/issue19028.dir/main.go
@@ -6,7 +6,7 @@ package main
import (
"reflect"
- fake "./reflect" // 2nd package with name "reflect"
+ fake "./a" // 2nd package with name "reflect"
)
type T struct {