diff options
Diffstat (limited to 't/chainlint/if-condition-split.expect')
| -rw-r--r-- | t/chainlint/if-condition-split.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/if-condition-split.expect b/t/chainlint/if-condition-split.expect index 9daf3d294a..6d2a03dfdb 100644 --- a/t/chainlint/if-condition-split.expect +++ b/t/chainlint/if-condition-split.expect @@ -2,6 +2,6 @@ 3 marcia || 4 kevin 5 then -6 echo "nomads" ?!AMP?! +6 echo "nomads" ?!LINT: missing '&&'?! 7 echo "for sure" 8 fi |
