summaryrefslogtreecommitdiff
path: root/t/op/do.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/do.t')
-rwxr-xr-xt/op/do.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/do.t b/t/op/do.t
index db4623720e..87ec08d300 100755
--- a/t/op/do.t
+++ b/t/op/do.t
@@ -10,7 +10,7 @@ sub foo1
sub foo2
{
- shift(_);
+ shift;
print $_[0];
$x = 'value';
$x;