We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96de58 commit a5cd04cCopy full SHA for a5cd04c
ext/XS-APItest/t/extend.t
@@ -75,6 +75,6 @@ SKIP:
75
unless hwm_checks_enabled();
76
77
ok(!eval { bad_EXTEND(); 1 }, "bad_EXTEND() should throw");
78
- like($@, qr/^panic: XSUB XS::APItest::bad_EXTEND \(APItest\.c\) failed to extend arg stack/,
+ like($@, qr/(?i)^panic: XSUB XS::APItest::bad_EXTEND \(.*APItest\.c.*\) failed to extend arg stack/,
79
"check panic message");
80
}
0 commit comments