From 2b2e870525cc613cf38ea39455b32d4a7e39a430 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 4 Jun 2012 16:41:23 -0700 Subject: stash.t: Un-TODO passing tests --- t/uni/stash.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 't/uni') diff --git a/t/uni/stash.t b/t/uni/stash.t index 168b93c874..bacd69d1e2 100644 --- a/t/uni/stash.t +++ b/t/uni/stash.t @@ -266,11 +266,8 @@ plan( tests => 58 ); 'ref() returns the same thing when an object’s stash is moved'; ::like "$obj", qr "^rìle=ARRAY\(0x[\da-f]+\)\z", 'objects stringify the same way when their stashes are moved'; - { - local $::TODO = $Config{useithreads} ? "fails under threads" : undef; - ::is eval '__PACKAGE__', 'rìle', + ::is eval '__PACKAGE__', 'rìle', '__PACKAGE__ returns the same when the current stash is moved'; - } # Now detach it completely from the symtab, making it effect- # ively anonymous -- cgit v1.2.1