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

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 7 08:25:53 UTC 2010


Author: bacek
Date: Sun Mar  7 08:25:53 2010
New Revision: 44730
URL: https://trac.parrot.org/parrot/changeset/44730

Log:
Remove debug output.

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

Modified: branches/ops_pct/compilers/opsc/t/06-emitter.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/06-emitter.t	Sun Mar  7 08:25:29 2010	(r44729)
+++ branches/ops_pct/compilers/opsc/t/06-emitter.t	Sun Mar  7 08:25:53 2010	(r44730)
@@ -85,7 +85,7 @@
 ok($restart_addr_ok, "goto OFFSET() and \$1 translated ok");
 ok($new_body ~~ /'PARROT_JUMP_RELATIVE'/, "jump flags generated");
 
-say($source);
+#say($source);
 
 sub translate_op_body($trans, $body) {
     my $file  := Ops::File.new_str($body);


More information about the parrot-commits mailing list