From: Vincent Pit Date: Wed, 15 Oct 2008 15:42:32 +0000 (+0200) Subject: Test 'print' that segfaults X-Git-Tag: v0.07_01~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=0211e9efff1d599a979106005c9d3f14cdfbe2cf Test 'print' that segfaults --- diff --git a/t/10-good.t b/t/10-good.t index 964cafe..388f8a0 100644 --- a/t/10-good.t +++ b/t/10-good.t @@ -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";