-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
by tianyicui:
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. cd $GOROOT/src/pkg 2. make bench What is the expected output? the make command succeeded What do you see instead? make: *** [../../test/garbage.bench] Error 2 What is your $GOOS? $GOARCH? darwin amd64 Which revision are you using? (hg identify) 39b4429286ef tip Please provide any additional information below. It is because of name of a deleted package appears in "test/garbage/parser.go". Patch attached.
Attachments:
- patch.diff (265 bytes)