We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfeacf commit 8b6849dCopy full SHA for 8b6849d
go/ssa/interp/interp_test.go
@@ -117,7 +117,7 @@ var testdataTests = []string{
117
"deepequal.go",
118
"defer.go",
119
"fieldprom.go",
120
- // "forvarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
+ "forvarlifetime_old.go",
121
"ifaceconv.go",
122
"ifaceprom.go",
123
"initorder.go",
@@ -129,7 +129,7 @@ var testdataTests = []string{
129
"slice2arrayptr.go",
130
"static.go",
131
"width32.go",
132
- // "rangevarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
+ "rangevarlifetime_old.go",
133
"fixedbugs/issue52342.go",
134
"fixedbugs/issue55115.go",
135
"fixedbugs/issue52835.go",
0 commit comments