[svn:parrot] r45997 - trunk/t/oo

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sat Apr 24 20:54:10 UTC 2010


Author: NotFound
Date: Sat Apr 24 20:54:09 2010
New Revision: 45997
URL: https://trac.parrot.org/parrot/changeset/45997

Log:
allow test invalid_vtable to be used in coretest

Modified:
   trunk/t/oo/vtableoverride.t

Modified: trunk/t/oo/vtableoverride.t
==============================================================================
--- trunk/t/oo/vtableoverride.t	Sat Apr 24 20:08:27 2010	(r45996)
+++ trunk/t/oo/vtableoverride.t	Sat Apr 24 20:54:09 2010	(r45997)
@@ -28,7 +28,7 @@
 .end
 
 .sub invalid_vtable
-    throws_like(<<'CODE',':s but was used with \:vtable', 'invalid :vtable throws an exception')
+    throws_substring(<<'CODE',' but was used with ', 'invalid :vtable throws an exception')
     .namespace [ "Test" ]
     .sub monkey :method :vtable("not_in_the_vtable")
         .param int key


More information about the parrot-commits mailing list