[svn:parrot] r47399 - trunk/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Jun 5 22:44:02 UTC 2010


Author: bacek
Date: Sat Jun  5 22:44:02 2010
New Revision: 47399
URL: https://trac.parrot.org/parrot/changeset/47399

Log:
Fix test - just override temp file without unlinking it first.

Modified:
   trunk/t/pmc/eval.t

Modified: trunk/t/pmc/eval.t
==============================================================================
--- trunk/t/pmc/eval.t	Sat Jun  5 22:43:45 2010	(r47398)
+++ trunk/t/pmc/eval.t	Sat Jun  5 22:44:02 2010	(r47399)
@@ -331,9 +331,6 @@
   print io, \$S0
   io.'close'()
   load_bytecode "$temp_pbc"
-  \$P0 = loadlib 'os'
-  os = new ['OS']
-  os.'rm'("$temp_pbc")
   f2 = compi("foo_2", "hello from foo_2")
   io.'open'("$temp_pbc", 'w')
   print io, f2


More information about the parrot-commits mailing list