diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-02 20:48:36 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-02 20:48:36 +0000 |
| commit | 67d7db576b3c91d22a9645ebfcf414d706018e31 (patch) | |
| tree | 9acbf4045aeb3a812f12359dca98027c8c191213 /usr.bin/make/unit-tests/cmd-errors.exp | |
| parent | a6c337142569931bf580134d0946a292e32a072c (diff) | |
make(1): error out on unclosed expressions after the colon
Diffstat (limited to 'usr.bin/make/unit-tests/cmd-errors.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/cmd-errors.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/unit-tests/cmd-errors.exp b/usr.bin/make/unit-tests/cmd-errors.exp index 504b6122c74..da18ba54749 100644 --- a/usr.bin/make/unit-tests/cmd-errors.exp +++ b/usr.bin/make/unit-tests/cmd-errors.exp @@ -1,6 +1,7 @@ : undefined make: Unclosed variable "UNCLOSED" : unclosed-variable +make: Unclosed variable expression (expecting '}') for "UNCLOSED" : unclosed-modifier make: Unknown modifier 'Z' : unknown-modifier |
