]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Test 'print' that segfaults
authorVincent Pit <vince@profvince.com>
Wed, 15 Oct 2008 15:42:32 +0000 (17:42 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 15 Oct 2008 15:46:20 +0000 (17:46 +0200)
t/10-good.t

index 964cafe4fd66738ef68dc993267007d209974ce6..388f8a049d5bc915a27a8bbd67fbf5e3f8abcdf5 100644 (file)
@@ -9,7 +9,7 @@ package main;
 use strict;
 use warnings;
 
-use Test::More tests => 40 * 4;
+use Test::More tests => 41 * 4;
 
 my ($obj, $pkg, $cb, $x, @a);
 sub meh;
@@ -133,6 +133,8 @@ meh $x;
 ####
 meh $x, 1 , 2;
 ####
+print;
+####
 print STDOUT "bananananananana\n";
 ####
 print $x "oh hai\n";