[svn:parrot] r46324 - branches/ops_pct/compilers/opsc/t

cotto at svn.parrot.org cotto at svn.parrot.org
Thu May 6 01:34:42 UTC 2010


Author: cotto
Date: Thu May  6 01:34:42 2010
New Revision: 46324
URL: https://trac.parrot.org/parrot/changeset/46324

Log:
[opsc] update test to reflect proper number of ops

Modified:
   branches/ops_pct/compilers/opsc/t/06-opsfile.t

Modified: branches/ops_pct/compilers/opsc/t/06-opsfile.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/06-opsfile.t	Thu May  6 01:33:59 2010	(r46323)
+++ branches/ops_pct/compilers/opsc/t/06-opsfile.t	Thu May  6 01:34:42 2010	(r46324)
@@ -20,7 +20,7 @@
 # 116 math
 # We can generate more than 1 Ops::Op per op due args expansion.
 say( "# Parsed " ~ + at ops);
-ok(+ at ops == 313, "Ops parsed correctly");
+ok(+ at ops == 314, "Ops parsed correctly");
 
 my $op := @ops[0];
 #_dumper($op);


More information about the parrot-commits mailing list