[svn:parrot] r47415 - trunk/t/compilers/pct

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Sun Jun 6 01:08:37 UTC 2010


Author: pmichaud
Date: Sun Jun  6 01:08:37 2010
New Revision: 47415
URL: https://trac.parrot.org/parrot/changeset/47415

Log:
[pct]:  Fix test; it's "except_types.pasm" and not "exception_types.pasm".

Modified:
   trunk/t/compilers/pct/past.t

Modified: trunk/t/compilers/pct/past.t
==============================================================================
--- trunk/t/compilers/pct/past.t	Sun Jun  6 01:08:33 2010	(r47414)
+++ trunk/t/compilers/pct/past.t	Sun Jun  6 01:08:37 2010	(r47415)
@@ -143,7 +143,7 @@
 
     .local pmc node
     $P0 = get_hll_global ['PAST'], 'Val'
-    node = $P0.'new'('value'=> 'CONTROL_NEXT', 'returns'=>'!exception_types')
+    node = $P0.'new'('value'=> 'CONTROL_NEXT', 'returns'=>'!except_types')
     block.'push'(node)
 
     .local pmc compiler
@@ -154,7 +154,7 @@
 CODE
 
 .namespace []
-.include "exception_types.pasm"
+.include "except_types.pasm"
 .sub "xyz"  :subid("xyz")
 .annotate 'line', 0
     .return (.CONTROL_NEXT)


More information about the parrot-commits mailing list