summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-09 11:09:24 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-09 11:09:24 +0000
commit1c2b4d67977aeb5bb1057ed40fce97cdd133e14a (patch)
tree50b774470d357002971999346ee50bf8e4f9dcad /MANIFEST
parent568e6d8bd7657b48163f7ab2d0c13229c0263323 (diff)
downloadperl-1c2b4d67977aeb5bb1057ed40fce97cdd133e14a.tar.gz
Suppress the test file t/op/nothr5005.t and integrate its tests into
t/op/args.t, now that 5005threads have been removed. Port t/op/args.t to t/test.pl. p4raw-id: //depot/perl@21432
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 0e69ff6fcc..6d271694c6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2750,7 +2750,6 @@ t/op/method.t See if method calls work
t/op/mkdir.t See if mkdir works
t/op/my_stash.t See if my Package works
t/op/my.t See if lexical scoping works
-t/op/nothr5005.t local @_ test which does not work under use5005threads
t/op/numconvert.t See if accessing fields does not change numeric values
t/op/oct.t See if oct and hex work
t/op/ord.t See if ord works