[svn:parrot] r41077 - trunk/runtime/parrot/include
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Sun Sep 6 19:09:33 UTC 2009
Author: dukeleto
Date: Sun Sep 6 19:09:29 2009
New Revision: 41077
URL: https://trac.parrot.org/parrot/changeset/41077
Log:
[t] Fix exporting of throws_ok
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 18:58:37 2009 (r41076)
+++ trunk/runtime/parrot/include/test_more.pir Sun Sep 6 19:09:29 2009 (r41077)
@@ -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 pir_error_output_like'
+ exports = split ' ', 'plan diag ok nok is is_deeply like isa_ok skip isnt todo throws_ok'
test_namespace.'export_to'(curr_namespace, exports)
More information about the parrot-commits
mailing list