Skip to content

Commit

Permalink
[tools] run parrot without -G
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 22, 2010
1 parent 43f1105 commit eb0d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_passing_test_data.pl
Expand Up @@ -126,7 +126,7 @@ sub read_specfile {
sub get_harness {
return TAP::Harness->new({
verbosity => -2,
exec => [$parrot, '-G', 'perl6.pbc'],
exec => [$parrot, 'perl6.pbc'],
merge => 1,
});
}
Expand Down

0 comments on commit eb0d263

Please sign in to comment.