]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/syntax: add utility functions for testing
authorRobert Griesemer <gri@golang.org>
Mon, 19 Oct 2020 22:47:40 +0000 (15:47 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 20 Oct 2020 00:18:18 +0000 (00:18 +0000)
commit6ff16fe3ee46f8e35c18226d04bd38a396eb4175
tree01ed42190c96a02b62cb6725fe432b44ef6316b6
parent5e46c6a10f578333d9ba3f9aa2e4a0d3adb196a4
[dev.typeparams] cmd/compile/internal/syntax: add utility functions for testing

Preparation step for types2 package.

Change-Id: I8f9557b1a48ad570ba38aac7b720e639218dc6a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/263623
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/fmtmap_test.go
src/cmd/compile/internal/syntax/testing.go [new file with mode: 0644]
src/cmd/compile/internal/syntax/testing_test.go [new file with mode: 0644]