This is an automatically generated mail to inform you that tests are now 
available in t/spec/S32-num/sign.t

commit 82872635f7c3f0494a1291fa5b359ea56ee5cde5
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Thu Oct 29 08:12:57 2009 +0000

    [t/spec] test for RT #60674, sign(Complex)
    
    git-svn-id: http://svn.pugscode.org/p...@28948 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S32-num/sign.t b/t/spec/S32-num/sign.t
index 819943a..d04e35f 100644
--- a/t/spec/S32-num/sign.t
+++ b/t/spec/S32-num/sign.t
@@ -1,6 +1,6 @@
 use v6;
 use Test;
-plan 14;
+plan *;
 
 # L<S32::Numeric/Num/"=item sign">
 
@@ -29,5 +29,8 @@ is(sign(NaN),NaN, 'sign of NaN is NaN');
 }
 
 ok sign(undef) ~~ undef, 'sign(undef) is undef';
+ok sign(3+4i) ~~ undef, 'sign(Complex) fails';
+
+done_testing;
 
 # vim: ft=perl6

Reply via email to