Retract the anon leak subpatch of #14418 and #14431
[p5sagit/p5-mst-13.2.git] / t / run / switchx.t
CommitLineData
77818208 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
8require './test.pl';
9
10print runperl( switches => ['-x'], progfile => 'run/switchx.aux' );