aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Scales <danscales@google.com>2021-07-18 11:10:41 -0700
committerDan Scales <danscales@google.com>2021-07-24 17:58:49 +0000
commita2e2b0362bb2e7b93de668007027d08888bc9a38 (patch)
treef895e08286a7eef060e9043130e5d72be036aeef /test
parent3dc0a0a2c5a7d8959a43265d4f73d7e2e509de5e (diff)
downloadgo-a2e2b0362bb2e7b93de668007027d08888bc9a38.tar.gz
go-a2e2b0362bb2e7b93de668007027d08888bc9a38.zip
[dev.typeparams] transformDot() should set Selection and tc flag for added ODOTs
Fixes -G=3 issue with issue44688.go. Change-Id: Ie98c0cbd48683dedd115332043f14c8f3160f46c Reviewed-on: https://go-review.googlesource.com/c/go/+/337029 Run-TryBot: Dan Scales <danscales@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org> Trust: Dan Scales <danscales@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/run.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/run.go b/test/run.go
index 5624654fec..1e7fab4359 100644
--- a/test/run.go
+++ b/test/run.go
@@ -2185,8 +2185,7 @@ var g3Failures = setOf(
"typeparam/mdempsky/4.go", // -G=3 can't export functions with labeled breaks in loops
"typeparam/mdempsky/13.go", // problem with interface as as a type arg.
- "typeparam/cons.go", // causes an unreachable method
- "typeparam/issue44688.go", // interface conversion fails due to missing method
+ "typeparam/cons.go", // causes an unreachable method
)
var unifiedFailures = setOf(