]> Cypherpunks repositories - gostls13.git/commit
cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr
authorRuss Cox <rsc@golang.org>
Sat, 6 Sep 2014 19:27:52 +0000 (15:27 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 6 Sep 2014 19:27:52 +0000 (15:27 -0400)
commit9c721aedd572c00d1a91549dda910ce74fe17d44
tree593861b6a83672095544e43467ef5ce40e232633
parente8fc362049aea9000b5e5fe58d0c46dd14e05ba1
cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr

This will keep the go command from trying to build it
when the cmd/ tree is no longer a special case.

Also update doc.go to refer to the correct location.
(It was incorrect even before this CL.)

LGTM=r
R=iant, r
CC=golang-codereviews
https://golang.org/cl/134560043
src/cmd/yacc/doc.go
src/cmd/yacc/testdata/expr/README [moved from src/cmd/yacc/expr/README with 100% similarity]
src/cmd/yacc/testdata/expr/expr.y [moved from src/cmd/yacc/expr/expr.y with 100% similarity]
src/cmd/yacc/testdata/expr/main.go [moved from src/cmd/yacc/expr/main.go with 100% similarity]