Author: chip
Date: Wed Nov 16 13:47:12 2005
New Revision: 10049

Modified:
   trunk/t/op/lexicals.t
Log:
fix test count

Modified: trunk/t/op/lexicals.t
==============================================================================
--- trunk/t/op/lexicals.t       (original)
+++ trunk/t/op/lexicals.t       Wed Nov 16 13:47:12 2005
@@ -16,7 +16,7 @@ Tests various lexical scratchpad operati
 
 =cut
 
-use Parrot::Test tests => 34;
+use Parrot::Test tests => 35;
 
 output_is(<<'CODE', <<'OUTPUT', '.lex parsing - PASM');
 .pcc_sub main:

Reply via email to