diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2025-07-19 17:08:57 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2025-07-19 17:08:57 +0000 |
| commit | 3d772e596c1acf76f555c1f51fd8d834e56b0c35 (patch) | |
| tree | dec8bea55fcfd356463e0d9b3b45fb75f1c60204 /unit-tests/cmd-errors.mk | |
| parent | 4f8f2bc2946615330eaa2cc1f6b37d97865fa58a (diff) | |
Diffstat (limited to 'unit-tests/cmd-errors.mk')
| -rw-r--r-- | unit-tests/cmd-errors.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/cmd-errors.mk b/unit-tests/cmd-errors.mk index 8766b6a856c7..52e314c5bd38 100644 --- a/unit-tests/cmd-errors.mk +++ b/unit-tests/cmd-errors.mk @@ -1,4 +1,4 @@ -# $NetBSD: cmd-errors.mk,v 1.12 2025/03/29 19:08:52 rillig Exp $ +# $NetBSD: cmd-errors.mk,v 1.13 2025/06/28 22:39:28 rillig Exp $ # # Demonstrate how errors in expressions affect whether the commands # are actually executed in compat mode. @@ -17,7 +17,7 @@ unclosed-expression: : $@-${UNCLOSED unclosed-modifier: -# expect: make: Unclosed expression, expecting '}' +# expect: make: Unclosed expression, expecting "}" # expect-not: : unclosed-modifier- : $@-${UNCLOSED: |
