[svn:parrot] r41078 - trunk/runtime/parrot/include

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Sun Sep 6 19:20:14 UTC 2009


Author: dukeleto
Date: Sun Sep  6 19:20:10 2009
New Revision: 41078
URL: https://trac.parrot.org/parrot/changeset/41078

Log:
[cage] Spell throws_like correctly

Modified:
   trunk/runtime/parrot/include/test_more.pir

Modified: trunk/runtime/parrot/include/test_more.pir
==============================================================================
--- trunk/runtime/parrot/include/test_more.pir	Sun Sep  6 19:09:29 2009	(r41077)
+++ trunk/runtime/parrot/include/test_more.pir	Sun Sep  6 19:20:10 2009	(r41078)
@@ -20,7 +20,7 @@
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace
     test_namespace = get_root_namespace [ 'parrot'; 'Test'; 'More' ]
-    exports = split ' ', 'plan diag ok nok is is_deeply like isa_ok skip isnt todo throws_ok'
+    exports = split ' ', 'plan diag ok nok is is_deeply like isa_ok skip isnt todo throws_like'
 
     test_namespace.'export_to'(curr_namespace, exports)
 


More information about the parrot-commits mailing list