summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-10 15:51:37 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-14 22:33:15 +0000
commit002ecfd9a275e8e8562329637344c1819a95fa4d (patch)
tree2c64b1cd90583b44f9d6b972abe61095d8f0bf36
parent4947ddbc6449aebe200588f40db1c719de0fbac1 (diff)
downloadperl-002ecfd9a275e8e8562329637344c1819a95fa4d.tar.gz
t/op/switch.t no longer needs to avoid overload.pm on miniperl
-rw-r--r--t/op/switch.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/op/switch.t b/t/op/switch.t
index 6ff69e0bce..dbfd906e2a 100644
--- a/t/op/switch.t
+++ b/t/op/switch.t
@@ -715,8 +715,7 @@ sub contains_x {
is($ok2, 1, "Calling sub indirectly (false)");
}
-SKIP: {
- skip_if_miniperl("no dynamic loading on miniperl, no Scalar::Util", 14);
+{
# Test overloading
{ package OverloadTest;
@@ -745,7 +744,7 @@ SKIP: {
retval => $retval,
}, $pkg;
}
- }
+ }
{
my $test = "Overloaded obj in given (true)";