diff options
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-x | t/op/magic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t index d5931f3cd9..ae1b1d9b8a 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -83,8 +83,8 @@ else { } END + $test += 2; } -$test += 2; # can we slice ENV? @val1 = @ENV{keys(%ENV)}; |