Author: chromatic
Date: Tue May  6 13:00:38 2008
New Revision: 27358

Modified:
   trunk/t/pmc/namespace.t

Log:
[t] Fixed test breakage caused by r27355 (reported by Michal Jurosz).

Modified: trunk/t/pmc/namespace.t
==============================================================================
--- trunk/t/pmc/namespace.t     (original)
+++ trunk/t/pmc/namespace.t     Tue May  6 13:00:38 2008
@@ -284,7 +284,7 @@
   Foo::bar
   fie
 calling baz
-Null PMC access in invoke\(\)/
+Could not invoke non-existent sub baz/
 OUTPUT
 
 pir_output_is( <<'CODE', <<'OUTPUT', 'get namespace of :anon .sub' );
@@ -842,7 +842,7 @@
 CODE
 /^a_foo
 b_foo
-Null PMC access in invoke\(\)/
+Could not invoke non-existent sub b_foo/
 OUTPUT
 
 pir_output_is( <<'CODE', <<'OUTPUT', "get_parent" );

Reply via email to