diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-19 12:17:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-19 12:17:18 +0000 |
commit | d116c547427fb631beb1664235978ae153bc51e3 (patch) | |
tree | f1a875c8bf7331a491cbfbc8b554ea052189f31b /t/op/cproto.t | |
parent | 1cd8295263661419654a2a8f37669ea8c62d3024 (diff) | |
download | perl-d116c547427fb631beb1664235978ae153bc51e3.tar.gz |
Make prototype("CORE::mkdir") work. That's a special case,
since from the OA_* flags we can't figure out which parameter
is going to default to $_.
p4raw-id: //depot/perl@29051
Diffstat (limited to 't/op/cproto.t')
-rw-r--r-- | t/op/cproto.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t index 49ba0d715a..1b9cf4af95 100644 --- a/t/op/cproto.t +++ b/t/op/cproto.t @@ -138,7 +138,7 @@ lstat (*) lt ($$) m undef map undef -mkdir (_;$) this prototype is not supported +mkdir (_;$) msgctl ($$$) msgget ($$) msgrcv ($$$$$) |