]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/15-scalops.t
Move misc XS tests to t/15-misc-xs.t, including scalops tests. Simplify pp_rv2av
[perl/modules/Sub-Nary.git] / t / 15-scalops.t
diff --git a/t/15-scalops.t b/t/15-scalops.t
deleted file mode 100644 (file)
index 0efd039..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-
-use Test::More tests => 1;
-
-use Sub::Nary;
-
-my @scalops = Sub::Nary::scalops();
-my $nbr     = Sub::Nary::scalops();
-
-is($nbr, scalar @scalops, 'Sub::Nary::scalops return values in list/scalar context are consistent');