summaryrefslogtreecommitdiff
path: root/test/import4.dir
Commit message (Collapse)AuthorAgeFilesLines
* test: match gccgo import error messagesIan Lance Taylor2013-12-122-3/+3
| | | | | | | | | | Gccgo doesn't have the same equivalent of file name and package as the gc compiler, so the error messages are necessarily different. R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/40510048
* test: convert more tests to rundir/compiledir conventionsR?my Oudompheng2012-10-072-0/+34
Update issue 4139. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6609051