[svn:parrot] r40343 - trunk/t/tools

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jul 30 15:01:50 UTC 2009


Author: NotFound
Date: Thu Jul 30 15:01:49 2009
New Revision: 40343
URL: https://trac.parrot.org/parrot/changeset/40343

Log:
[t] fix errata from r40342

Modified:
   trunk/t/tools/parrot_debugger.t

Modified: trunk/t/tools/parrot_debugger.t
==============================================================================
--- trunk/t/tools/parrot_debugger.t	Thu Jul 30 14:58:29 2009	(r40342)
+++ trunk/t/tools/parrot_debugger.t	Thu Jul 30 15:01:49 2009	(r40343)
@@ -140,7 +140,7 @@
 .end
 PIR
 
-pdb_output_like( <<PASM, "pasm", "t\np I0", qr/^\242/m, 'print an integer register');
+pdb_output_like( <<PASM, "pasm", "t\np I0", qr/^242/m, 'print an integer register');
     set I0, 242
 PASM
 


More information about the parrot-commits mailing list