[svn:parrot] r38060 - branches/packfile_revamp/t/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Apr 11 09:38:20 UTC 2009
Author: bacek
Date: Sat Apr 11 09:38:19 2009
New Revision: 38060
URL: https://trac.parrot.org/parrot/changeset/38060
Log:
Oops. Comment out debug code in test.
Modified:
branches/packfile_revamp/t/pmc/packfile.t
Modified: branches/packfile_revamp/t/pmc/packfile.t
==============================================================================
--- branches/packfile_revamp/t/pmc/packfile.t Sat Apr 11 08:14:40 2009 (r38059)
+++ branches/packfile_revamp/t/pmc/packfile.t Sat Apr 11 09:38:19 2009 (r38060)
@@ -202,9 +202,9 @@
$S0 = pf
ok(1, "PackFile packed")
- $P1 = open "/tmp/1.pbc", "w"
- $P1.'puts'($S0)
- close $P1
+ #$P1 = open "/tmp/1.pbc", "w"
+ #$P1.'puts'($S0)
+ #close $P1
pf = new 'Packfile'
pf = $S0
More information about the parrot-commits
mailing list