]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: add "toolstash -cmp"-like test of -d=unified
authorMatthew Dempsky <mdempsky@google.com>
Fri, 18 Jun 2021 10:21:43 +0000 (03:21 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 18 Jun 2021 23:20:30 +0000 (23:20 +0000)
commit3f7a3133da4e13635c9012b451963cca76914270
tree4d0c4e0b5efee45524a8a784e446ced3a4d5b6e5
parente9c01f980403ef88340ded62d78b4cd3a4b592f8
[dev.typeparams] cmd/compile: add "toolstash -cmp"-like test of -d=unified

This CL adds a longtest test to make sure -d=unified=1 produces output
identical to -d=unified=0.

Change-Id: I2c5d38f67dbc8fecd8332a91ba7cae22225b090c
Reviewed-on: https://go-review.googlesource.com/c/go/+/329429
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/noder/unified_test.go [new file with mode: 0644]