Author: pmichaud
Date: Sat Dec  6 20:59:52 2008
New Revision: 33587

Modified:
   trunk/t/pmc/capture.t

Log:
[core]:  Capture PMC now has a get_string vtable.


Modified: trunk/t/pmc/capture.t
==============================================================================
--- trunk/t/pmc/capture.t       (original)
+++ trunk/t/pmc/capture.t       Sat Dec  6 20:59:52 2008
@@ -7,7 +7,7 @@
 use lib qw( . lib ../lib ../../lib );
 
 use Test::More;
-use Parrot::Test tests => 9;
+use Parrot::Test tests => 8;
 
 =head1 NAME
 
@@ -263,12 +263,6 @@
 /get_integer\(\) not implemented in class 'Capture'/
 OUT
 
-pir_error_output_like( $PRE . <<'CODE'. $POST, <<'OUT', 'get_string not 
implemented' );
-    $S0 = capt
-CODE
-/get_string\(\) not implemented in class 'Capture'/
-OUT
-
 pir_error_output_like( $PRE . <<'CODE'. $POST, <<'OUT', 'get_number not 
implemented' );
     $N0 = capt
 CODE

Reply via email to