develooper Front page | perl.cvs.parrot | Postings from May 2008

[svn:parrot] r27358 - trunk/t/pmc

From:
chromatic
Date:
May 6, 2008 13:00
Subject:
[svn:parrot] r27358 - trunk/t/pmc
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" );



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About