aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run.go b/test/run.go
index d2b7b88768..790b54bfd2 100644
--- a/test/run.go
+++ b/test/run.go
@@ -2188,8 +2188,6 @@ var g3Failures = setOf(
"typeparam/nested.go", // -G=3 doesn't support function-local types with generics
- "typeparam/issue46461b.go", // -G=3 fails when type parameters refer back to the parameterized type itself
-
"typeparam/mdempsky/4.go", // -G=3 can't export functions with labeled breaks in loops
)