Verify that the code for initialising typeglobs from other types works.
[p5sagit/p5-mst-13.2.git] / t / test.pl
index 1e8ed9c..42a3c88 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -296,7 +296,7 @@ sub todo_skip {
     my $n   = @_ ? shift : 1;
 
     for (1..$n) {
-        print STDOUT "ok $test # TODO & SKIP: $why\n";
+        print STDOUT "not ok $test # TODO & SKIP: $why\n";
         $test++;
     }
     local $^W = 0;