aboutsummaryrefslogtreecommitdiff
path: root/test/import5.go
AgeCommit message (Expand)Author
2017-03-24cmd/compile: be slightly more tolerant in case of certain syntax errorsRobert Griesemer
2017-02-10cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer
2012-02-29gc: disallow absolute import pathsRuss Cox
2012-02-24gc: reject import paths containing special charactersAnthony Martin
2012-02-23test: commentary for [h-m]*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-01-31gc: diagnose \ in import pathRuss Cox