summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/core.t5
-rw-r--r--t/error.t5
2 files changed, 0 insertions, 10 deletions
diff --git a/t/core.t b/t/core.t
index 0d7f7ec..69c0942 100644
--- a/t/core.t
+++ b/t/core.t
@@ -3,11 +3,6 @@ use strict;
use warnings;
use Test::More;
-BEGIN {
- plan skip_all => "no c implementation for pre-5.14 for now"
- if $] < 5.014;
-}
-
use smartmatch 'core';
no warnings 'uninitialized';
diff --git a/t/error.t b/t/error.t
index 4f86a87..edba950 100644
--- a/t/error.t
+++ b/t/error.t
@@ -3,11 +3,6 @@ use strict;
use warnings;
use Test::More;
-BEGIN {
- plan skip_all => "no c implementation for pre-5.14 for now"
- if $] < 5.014;
-}
-
my $foo = bless {};
my $bar = bless {};