Skip to content

Commit cf0e666

Browse files
committed
tests stop saying want non-existent typemap
1 parent 1f1af31 commit cf0e666

File tree

1 file changed

+2
-2
lines changed
  • t/lib/MakeMaker/Test/Setup

1 file changed

+2
-2
lines changed

t/lib/MakeMaker/Test/Setup/XS.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,15 @@ delete $label2files{bscodemulti}->{'t/is_odd.t'};
344344
$label2files{staticmulti} = +{
345345
%{ $label2files{'multi'} }, # make copy
346346
'Makefile.PL' => sprintf(
347-
$MAKEFILEPL, 'Test', 'lib/XS/Test.pm', qq{'$typemap'},
347+
$MAKEFILEPL, 'Test', 'lib/XS/Test.pm', qq{},
348348
q{LINKTYPE => 'static', XSMULTI => 1,},
349349
),
350350
};
351351

352352
$label2files{xsbuild} = +{
353353
%{ $label2files{'multi'} }, # make copy
354354
'Makefile.PL' => sprintf(
355-
$MAKEFILEPL, 'Test', 'lib/XS/Test.pm', qq{'$typemap'},
355+
$MAKEFILEPL, 'Test', 'lib/XS/Test.pm', qq{},
356356
q{
357357
XSMULTI => 1,
358358
XSBUILD => {

0 commit comments

Comments
 (0)