]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde...
authorDan Scales <danscales@google.com>
Thu, 3 Jun 2021 01:12:14 +0000 (18:12 -0700)
committerDan Scales <danscales@google.com>
Thu, 3 Jun 2021 16:05:22 +0000 (16:05 +0000)
commit370ff5ff96cf02dfbbc33b70934219367fa700bb
treef783225605e2845743733f86fb41472e3b659e0d
parent5a008a92e84f05e79fbe9fd8ab283bcee95d54ee
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax

Did a mix of tilde and non-tilde usage. Tilde notation is not quite
fully functional, so no tests are currently trying to distinguish
(fail/not fail) based on tilde usage.

Change-Id: Ib50cec2fc0684f9d9f3561c889fd44c7a7af458c
Reviewed-on: https://go-review.googlesource.com/c/go/+/324572
Trust: Dan Scales <danscales@google.com>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
18 files changed:
test/typeparam/absdiff.go
test/typeparam/adder.go
test/typeparam/double.go
test/typeparam/fact.go
test/typeparam/factimp.dir/a.go
test/typeparam/list.go
test/typeparam/listimp.dir/a.go
test/typeparam/min.go
test/typeparam/mincheck.dir/a.go
test/typeparam/minimp.dir/a.go
test/typeparam/ordered.go
test/typeparam/orderedmap.go
test/typeparam/sliceimp.dir/a.go
test/typeparam/sliceimp.dir/main.go
test/typeparam/slices.go
test/typeparam/smallest.go
test/typeparam/smoketest.go
test/typeparam/sum.go