]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: make TestUnifiedCompare insensitive to default -G level
authorMatthew Dempsky <mdempsky@google.com>
Thu, 15 Jul 2021 20:06:13 +0000 (13:06 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 15 Jul 2021 22:24:35 +0000 (22:24 +0000)
commit6b85a218b86fbc46916d838724d674baf312cc3c
treee9c9b4c90f17e8dd2a0424c4aa5693c16b7d7880
parent4ff0e04c2e409aaeebe0cf5287dbed735f84e974
[dev.typeparams] cmd/compile: make TestUnifiedCompare insensitive to default -G level

The test currently fails if the default -G level is changed from 0 to
3, and it only makes sense to run in -G=0 mode anyway. So might as
well hard code it that way.

Change-Id: I026d25d567157df5d3f2ca3c68d31d75d9c74532
Reviewed-on: https://go-review.googlesource.com/c/go/+/334910
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/unified_test.go