[svn:parrot] r49188 - trunk/t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Sep 20 21:56:06 UTC 2010


Author: mikehh
Date: Mon Sep 20 21:56:06 2010
New Revision: 49188
URL: https://trac.parrot.org/parrot/changeset/49188

Log:
revert r49185 as _hash has now been wrapped (_code is still unwrapped)

Modified:
   trunk/t/codingstd/c_macro_args.t

Modified: trunk/t/codingstd/c_macro_args.t
==============================================================================
--- trunk/t/codingstd/c_macro_args.t	Mon Sep 20 21:25:17 2010	(r49187)
+++ trunk/t/codingstd/c_macro_args.t	Mon Sep 20 21:56:06 2010	(r49188)
@@ -62,8 +62,6 @@
 
                     # skip args that are code blocks
                     next if $arg eq '_code';
-                    # skip other problem with _hash
-                    next if $arg eq '_hash';
 
                     # eliminate any properly formed usage of the macro arg
                     $definition =~ s/\Q($arg)//g;


More information about the parrot-commits mailing list