[svn:parrot] r41924 - branches/pcc_reapply/t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Oct 18 12:04:50 UTC 2009


Author: mikehh
Date: Sun Oct 18 12:04:49 2009
New Revision: 41924
URL: https://trac.parrot.org/parrot/changeset/41924

Log:
fix the last commit making failure messages a little clearer

Modified:
   branches/pcc_reapply/t/codingstd/c_function_docs.t

Modified: branches/pcc_reapply/t/codingstd/c_function_docs.t
==============================================================================
--- branches/pcc_reapply/t/codingstd/c_function_docs.t	Sun Oct 18 11:59:30 2009	(r41923)
+++ branches/pcc_reapply/t/codingstd/c_function_docs.t	Sun Oct 18 12:04:49 2009	(r41924)
@@ -71,7 +71,7 @@
             $missing = 'missing';
         }
         if ($missing) {
-            if ($missing == 'boilerplate only') {
+            if ($missing eq 'boilerplate only') {
                 push @missing_docs, "$path ($missing)\nIn:\n$escaped_decl\n";
             }
             else {


More information about the parrot-commits mailing list