Author: leo
Date: Wed Mar 15 09:07:00 2006
New Revision: 11907
Modified:
trunk/t/pmc/namespace.t
Log:
untodo passing namespace test
Modified: trunk/t/pmc/namespace.t
==============================================================================
--- trunk/t/pmc/namespace.t (original)
+++ trunk/t/pmc/namespace.t Wed Mar 15 09:07:00 2006
@@ -484,7 +484,7 @@
Foo
OUTPUT
-pir_output_is(<<'CODE', <<'OUTPUT', "check parrot ns", todo => 'soon');
+pir_output_is(<<'CODE', <<'OUTPUT', "check parrot ns");
.sub 'main' :main
$P0 = get_namespace ["parrot"; "String"]
$P1 = find_global $P0, "lower"