From bfac8623d554043c710a2a6b8fe971167d7700c0 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 29 Jul 2015 19:05:07 -0400 Subject: [PATCH] runtime: enable TestEmptySlice It says to disable until #7564 is fixed. It was fixed in April 2014. Change-Id: I9bebfe96802bafdd2d1a0a47591df346d91b000c Reviewed-on: https://go-review.googlesource.com/12858 Run-TryBot: Russ Cox Reviewed-by: Ian Lance Taylor --- src/runtime/mfinal_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/runtime/mfinal_test.go b/src/runtime/mfinal_test.go index d2cead2876..e9e3601de6 100644 --- a/src/runtime/mfinal_test.go +++ b/src/runtime/mfinal_test.go @@ -171,9 +171,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 - } x, y := adjChunks() // the pointer inside xs points to y.