Un-TODO warning test
Rafael Garcia-Suarez [Sun, 28 Feb 2010 22:47:19 +0000 (23:47 +0100)]
dist/Safe/t/safesort.t

index 991884d..797e155 100644 (file)
@@ -57,6 +57,5 @@ is $@, 42, 'successful closure call should not alter $@';
     local $SIG{__WARN__} = sub { $warns++ };
     ok !eval { $die_func->("died\n"); 1 }, 'should die';
     is $@, "died\n", '$@ should be set correctly';
-    local $TODO = "Shouldn't warn";
     is $warns, 0;
 }