Skip to content

Commit

Permalink
go/ssa/interp: reenable lifetime tests.
Browse files Browse the repository at this point in the history
For golang/go#68658

Change-Id: I6e05e21f924cda18e368543e59071b2c79c16ef2
Reviewed-on: https://go-review.googlesource.com/c/tools/+/615698
Commit-Queue: Tim King <taking@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
timothy-king authored and Go LUCI committed Sep 27, 2024
1 parent edfeacf commit 8b6849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/ssa/interp/interp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var testdataTests = []string{
"deepequal.go",
"defer.go",
"fieldprom.go",
// "forvarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
"forvarlifetime_old.go",
"ifaceconv.go",
"ifaceprom.go",
"initorder.go",
Expand All @@ -129,7 +129,7 @@ var testdataTests = []string{
"slice2arrayptr.go",
"static.go",
"width32.go",
// "rangevarlifetime_old.go", Disabled for golang.org/cl/603895. Fix and re-enable.
"rangevarlifetime_old.go",
"fixedbugs/issue52342.go",
"fixedbugs/issue55115.go",
"fixedbugs/issue52835.go",
Expand Down

0 comments on commit 8b6849d

Please sign in to comment.