summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/return_value.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/test/return_value.t')
-rw-r--r--perl_checker.src/test/return_value.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl_checker.src/test/return_value.t b/perl_checker.src/test/return_value.t
index e826c08..fd8eafd 100644
--- a/perl_checker.src/test/return_value.t
+++ b/perl_checker.src/test/return_value.t
@@ -1,8 +1,8 @@
if ($xxx or $yyy) {} value should be dropped
- context () is not compatible with context scalar
+ context () is not compatible with context bool
if ($xxx and $yyy) {} value should be dropped
- context () is not compatible with context scalar
+ context () is not compatible with context bool
$xxx && yyy(); value is dropped
@@ -14,3 +14,4 @@ map { xxx($_) } @l; if you don't use the return value, use
$xxx = chomp; () context not accepted here
context () is not compatible with context scalar
+