[svn:parrot] r41830 - branches/pcc_reapply/t/src
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Mon Oct 12 03:25:50 UTC 2009
Author: mikehh
Date: Mon Oct 12 03:25:48 2009
New Revision: 41830
URL: https://trac.parrot.org/parrot/changeset/41830
Log:
remove TODO on passing test (passes on amd64 and i386)
Modified:
branches/pcc_reapply/t/src/extend.t
Modified: branches/pcc_reapply/t/src/extend.t
==============================================================================
--- branches/pcc_reapply/t/src/extend.t Mon Oct 12 03:13:33 2009 (r41829)
+++ branches/pcc_reapply/t/src/extend.t Mon Oct 12 03:25:48 2009 (r41830)
@@ -666,7 +666,7 @@
Hello from foo!
OUTPUT
-c_output_is( <<"CODE", <<'OUTPUT', 'call multi sub from C - #41511', todo => 'RT #41511' );
+c_output_is( <<"CODE", <<'OUTPUT', 'call multi sub from C - #41511' );
#include <parrot/parrot.h>
#include <parrot/embed.h>
#include <parrot/extend.h>
More information about the parrot-commits
mailing list