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

coke at svn.parrot.org coke at svn.parrot.org
Wed Mar 11 19:28:33 UTC 2009


Author: coke
Date: Wed Mar 11 19:28:32 2009
New Revision: 37318
URL: https://trac.parrot.org/parrot/changeset/37318

Log:
[t] Test the ops files; before this commit, this file was a noop.

Modified:
   trunk/t/codingstd/opcode-doc.t

Modified: trunk/t/codingstd/opcode-doc.t
==============================================================================
--- trunk/t/codingstd/opcode-doc.t	Wed Mar 11 19:28:23 2009	(r37317)
+++ trunk/t/codingstd/opcode-doc.t	Wed Mar 11 19:28:32 2009	(r37318)
@@ -83,7 +83,7 @@
     analyse( $filename, \%op );
 }
 
-foreach my $file (<ops/*.ops>) {
+foreach my $file (<src/ops/*.ops>) {
     check_op_doc $file;
 }
 


More information about the parrot-commits mailing list