This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reduce size of threads.t test
authorDavid Mitchell <davem@iabyn.com>
Thu, 14 Jul 2011 12:51:58 +0000 (13:51 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 14 Jul 2011 12:55:16 +0000 (13:55 +0100)
commit2ff884afdc6d249a12c7a9bfc68d208cef616a75
tree3e3c9cc48321057ef2482796b4ecb4c8d2aaac59
parentdd413713151de77cdfaff8f2bc6cf65d2a2d39af
reduce size of threads.t test

Commit 3c78429c102e0fe2ad30c60dfe52636b6071ef19 introduced a new test
that constructed and then evaled a very long string. Make that string less
long, as evaling it was consuming 100Mb on my debugging build, and a
smaller string still exercises the behaviour (i.e. fails on older perls).
t/op/threads.t