[svn:parrot] r47746 - trunk/t/examples

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Jun 21 23:09:55 UTC 2010


Author: bacek
Date: Mon Jun 21 23:09:54 2010
New Revision: 47746
URL: https://trac.parrot.org/parrot/changeset/47746

Log:
Add make_hello_pbc to be tested during make fulltest.

Modified:
   trunk/t/examples/pir.t

Modified: trunk/t/examples/pir.t
==============================================================================
--- trunk/t/examples/pir.t	Mon Jun 21 23:09:32 2010	(r47745)
+++ trunk/t/examples/pir.t	Mon Jun 21 23:09:54 2010	(r47746)
@@ -7,7 +7,7 @@
 use lib qw( . lib ../lib ../../lib );
 
 use Test::More;
-use Parrot::Test tests => 17;
+use Parrot::Test tests => 18;
 use Parrot::Config;
 
 =head1 NAME
@@ -181,6 +181,10 @@
 +---------+---------+---------+
 solved
 END_EXPECTED
+
+    'make_hello_pbc.pir' => << 'END_EXPECTED',
+Hello World
+END_EXPECTED
 );
 
 # expected output of a quine is the quine itself


More information about the parrot-commits mailing list