[svn:parrot] r43202 - trunk/t/compilers/pge
bubaflub at svn.parrot.org
bubaflub at svn.parrot.org
Tue Dec 22 06:33:06 UTC 2009
Author: bubaflub
Date: Tue Dec 22 06:33:06 2009
New Revision: 43202
URL: https://trac.parrot.org/parrot/changeset/43202
Log:
fix t/compilers/pge/pge-hs.t to not double test on failure
Modified:
trunk/t/compilers/pge/pge-hs.t
Modified: trunk/t/compilers/pge/pge-hs.t
==============================================================================
--- trunk/t/compilers/pge/pge-hs.t Tue Dec 22 05:55:02 2009 (r43201)
+++ trunk/t/compilers/pge/pge-hs.t Tue Dec 22 06:33:06 2009 (r43202)
@@ -37,6 +37,7 @@
result = match("test", "t(.<foo>)t")
eq result, "PGE_Match 0 4 [PGE_Match 1 3 [] [(\"foo\", PGE_Match 2 3 [] [])]] []\n", OK
ok(0, 'PGE::Hs match')
+ .return()
OK:
ok(1, 'PGE::Hs match')
.end
More information about the parrot-commits
mailing list