diff options
Diffstat (limited to 't')
-rw-r--r-- | t/op/coreamp.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/coreamp.t b/t/op/coreamp.t index cff14874b3..06464f1a8d 100644 --- a/t/op/coreamp.t +++ b/t/op/coreamp.t @@ -646,6 +646,8 @@ like $@, qr/^Too many arguments for select system call at /, test_proto "sem$_" for qw "ctl get op"; +test_proto 'send'; + test_proto "set$_" for qw ' grent hostent netent priority protoent pwent servent sockopt '; @@ -665,6 +667,7 @@ test_proto 'symlink'; test_proto 'syscall'; test_proto 'sysread'; test_proto 'sysseek'; +test_proto 'syswrite'; test_proto 'telldir'; test_proto 'time'; |