]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile/internal/types2: simplify use of TestManual
authorRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2021 16:43:39 +0000 (09:43 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2021 17:08:46 +0000 (17:08 +0000)
commitc55d5c887e8644df1e024573dbcf4e6e819371c2
tree21e212a2a9aa0f4ad1925e37218a2d0df76000cd
parent89bf297b2486adaaff04be154a066ea9f5e63994
cmd/compile/internal/types2: simplify use of TestManual

Running the TestManual test (for manual debugging) requires
user-provided files as input. Rather than using another flag
(-files) to provide these files, just use the (remaining)
command line arguments.

Change-Id: I9b20d9f1a6a7ce839bbd690c311ce3f0d0a10496
Reviewed-on: https://go-review.googlesource.com/c/go/+/315689
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/check_test.go