summaryrefslogtreecommitdiffstats
path: root/t/chainlint/cuddled.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled.expect')
-rw-r--r--t/chainlint/cuddled.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/cuddled.expect b/t/chainlint/cuddled.expect
index b06d638311..1864b3fc8b 100644
--- a/t/chainlint/cuddled.expect
+++ b/t/chainlint/cuddled.expect
@@ -2,7 +2,7 @@
3 bar
4 ) &&
5
-6 (cd foo ?!AMP?!
+6 (cd foo ?!LINT: missing '&&'?!
7 bar
8 ) &&
9
@@ -13,5 +13,5 @@
14 (cd foo &&
15 bar) &&
16
-17 (cd foo ?!AMP?!
+17 (cd foo ?!LINT: missing '&&'?!
18 bar)