[svn:parrot] r48353 - branches/gsoc_instrument/t/dynpmc
khairul at svn.parrot.org
khairul at svn.parrot.org
Mon Aug 9 03:43:48 UTC 2010
Author: khairul
Date: Mon Aug 9 03:43:34 2010
New Revision: 48353
URL: https://trac.parrot.org/parrot/changeset/48353
Log:
Fixed copy-paste error.
Modified:
branches/gsoc_instrument/t/dynpmc/instrumentclass.t
Modified: branches/gsoc_instrument/t/dynpmc/instrumentclass.t
==============================================================================
--- branches/gsoc_instrument/t/dynpmc/instrumentclass.t Mon Aug 9 03:42:55 2010 (r48352)
+++ branches/gsoc_instrument/t/dynpmc/instrumentclass.t Mon Aug 9 03:43:34 2010 (r48353)
@@ -370,7 +370,7 @@
$P0.'attach'($P2)
# Set the arg list.
- $S0 = 't/dynpmc/instrumentvtable-test1.pir'
+ $S0 = 't/dynpmc/instrumentclass-test1.pir'
$P3 = new ['ResizableStringArray']
push $P3, $S0
@@ -394,7 +394,7 @@
# Test file.
$S0 = $P9['file']
- is($S0, 't/dynpmc/instrumentvtable-test1.pir', 'Vtable: File ok.')
+ is($S0, 't/dynpmc/instrumentclass-test1.pir', 'Vtable: File ok.')
# Test sub.
$S0 = $P9['sub']
More information about the parrot-commits
mailing list