summaryrefslogtreecommitdiff
path: root/t/comp/cpp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/comp/cpp.t')
-rwxr-xr-xt/comp/cpp.t17
1 files changed, 0 insertions, 17 deletions
diff --git a/t/comp/cpp.t b/t/comp/cpp.t
deleted file mode 100755
index 80add8130f..0000000000
--- a/t/comp/cpp.t
+++ /dev/null
@@ -1,17 +0,0 @@
-#!./perl
-
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
- $ENV{PERL5LIB} = '../lib';
-}
-
-use Config;
-if ( $^O eq 'MacOS' ||
- ($Config{'cppstdin'} =~ /\bcppstdin\b/) &&
- ! -x $Config{'binexp'} . "/cppstdin" ) {
- print "1..0 # Skip: \$Config{cppstdin} unavailable\n";
- exit; # Cannot test till after install, alas.
-}
-
-system qq{$^X -"P" "comp/cpp.aux"};