summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/mfinal_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/mfinal_test.go')
-rw-r--r--libgo/go/runtime/mfinal_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/go/runtime/mfinal_test.go b/libgo/go/runtime/mfinal_test.go
index ab7c8aefb3f..38c2623bb7b 100644
--- a/libgo/go/runtime/mfinal_test.go
+++ b/libgo/go/runtime/mfinal_test.go
@@ -177,9 +177,6 @@ func adjChunks() (*objtype, *objtype) {
// Make sure an empty slice on the stack doesn't pin the next object in memory.
func TestEmptySlice(t *testing.T) {
- if true { // disable until bug 7564 is fixed.
- return
- }
if runtime.Compiler == "gccgo" {
t.Skip("skipping for gccgo")
}