Author: particle Date: Tue Mar 13 12:36:36 2007 New Revision: 17470 Modified: trunk/t/compilers/pge/06-grammar.t trunk/t/compilers/pge/p5regex/p5rx.t trunk/t/compilers/pge/p6regex/01-regex.t
Log: [t]: remove -G from test files, in the hopes of tracking down pesky garbage collector bugs Modified: trunk/t/compilers/pge/06-grammar.t ============================================================================== --- trunk/t/compilers/pge/06-grammar.t (original) +++ trunk/t/compilers/pge/06-grammar.t Tue Mar 13 12:36:36 2007 @@ -1,4 +1,4 @@ -#!./parrot -G +#!./parrot # Copyright (C) 2006, The Perl Foundation. =head1 NAME Modified: trunk/t/compilers/pge/p5regex/p5rx.t ============================================================================== --- trunk/t/compilers/pge/p5regex/p5rx.t (original) +++ trunk/t/compilers/pge/p5regex/p5rx.t Tue Mar 13 12:36:36 2007 @@ -1,4 +1,4 @@ -#!./parrot -G +#!./parrot # Copyright (C) 2001-2006, The Perl Foundation. # $Id$ Modified: trunk/t/compilers/pge/p6regex/01-regex.t ============================================================================== --- trunk/t/compilers/pge/p6regex/01-regex.t (original) +++ trunk/t/compilers/pge/p6regex/01-regex.t Tue Mar 13 12:36:36 2007 @@ -1,4 +1,4 @@ -#!./parrot -G +#!./parrot # Copyright (C) 2001-2007, The Perl Foundation. # $Id$
