summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl_checker.src/test/various_errors.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl_checker.src/test/various_errors.t b/perl_checker.src/test/various_errors.t
index dfac926..48a8ece 100644
--- a/perl_checker.src/test/various_errors.t
+++ b/perl_checker.src/test/various_errors.t
@@ -35,8 +35,6 @@ push @l you must give some arguments to push
push $xxx, 1 push is expecting an array
-pop @l, 1 pop is expecting an array and nothing else
-
pop $xxx pop is expecting an array and nothing else
my (@l2, $xxx) = @l; @l2 takes all the arguments, $xxx is undef in any case