[svn:parrot] r42067 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sat Oct 24 03:36:26 UTC 2009
Author: mikehh
Date: Sat Oct 24 03:36:25 2009
New Revision: 42067
URL: https://trac.parrot.org/parrot/changeset/42067
Log:
fix test failure - 2 tests were run
Modified:
trunk/t/pmc/callsignaturereturns.t
Modified: trunk/t/pmc/callsignaturereturns.t
==============================================================================
--- trunk/t/pmc/callsignaturereturns.t Sat Oct 24 03:28:07 2009 (r42066)
+++ trunk/t/pmc/callsignaturereturns.t Sat Oct 24 03:36:25 2009 (r42067)
@@ -19,7 +19,7 @@
.sub main :main
.include 'test_more.pir'
- plan(1)
+ plan(2)
instantiate()
switch_storage()
More information about the parrot-commits
mailing list