Skip to content

Commit 8b6849d

Browse files
timothy-kingGo LUCI
authored andcommitted
go/ssa/interp: reenable lifetime tests.
For golang/go#68658 Change-Id: I6e05e21f924cda18e368543e59071b2c79c16ef2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/615698 Commit-Queue: Tim King <[email protected]> Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent edfeacf commit 8b6849d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ssa/interp/interp_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var testdataTests = []string{
117117
"deepequal.go",
118118
"defer.go",
119119
"fieldprom.go",
120-
// "forvarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
120+
"forvarlifetime_old.go",
121121
"ifaceconv.go",
122122
"ifaceprom.go",
123123
"initorder.go",
@@ -129,7 +129,7 @@ var testdataTests = []string{
129129
"slice2arrayptr.go",
130130
"static.go",
131131
"width32.go",
132-
// "rangevarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
132+
"rangevarlifetime_old.go",
133133
"fixedbugs/issue52342.go",
134134
"fixedbugs/issue55115.go",
135135
"fixedbugs/issue52835.go",

0 commit comments

Comments
 (0)