Author: jkeenan
Date: Sat Dec 6 09:39:33 2008
New Revision: 33574
Modified:
branches/testparrottest/t/perl/Parrot_Test.t
Log:
Add can_ok test for c_output_unlike.
Modified: branches/testparrottest/t/perl/Parrot_Test.t
==============================================================================
--- branches/testparrottest/t/perl/Parrot_Test.t (original)
+++ branches/testparrottest/t/perl/Parrot_Test.t Sat Dec 6 09:39:33 2008
@@ -30,7 +30,7 @@
plan( skip_all => "Test::Builder::Tester not installed\n" );
exit 0;
}
- plan( tests => 101 );
+ plan( tests => 102 );
}
use lib qw( . lib ../lib ../../lib );
@@ -50,7 +50,7 @@
can_ok( 'Parrot::Test', $_ ) for qw/
c_output_is c_output_isnt
- c_output_like
+ c_output_like c_output_unlike
example_output_is example_output_isnt
example_output_like
language_error_output_is language_error_output_isnt