diff options
Diffstat (limited to 't/lib/syslfs.t')
-rw-r--r-- | t/lib/syslfs.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 43e66feb59..ce91db6e3c 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -3,12 +3,6 @@ # If you modify/add tests here, remember to update also t/op/lfs.t. BEGIN { - # Don't bother if there are no quads. - eval { my $q = pack "q", 0 }; - if ($@) { - print "1..0\n# no 64-bit types\n"; - exit(0); - } chdir 't' if -d 't'; unshift @INC, '../lib'; require Config; import Config; |