diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-15 20:20:58 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-15 20:20:58 +0000 |
| commit | e43bb48d90b622c932b331cd331f4426a903105b (patch) | |
| tree | f8ec34d4602eb2900ea05494a3e8f482cbb753cb /usr.bin/make/unit-tests/modmisc.mk | |
| parent | f5c5827dd2f624d4a93e1a4c4f0ad5f242647fbd (diff) | |
make(1): update and add comments in tests
As a result of the new comments, some line numbers have changed in the
output of the tests. No other changes.
Diffstat (limited to 'usr.bin/make/unit-tests/modmisc.mk')
| -rw-r--r-- | usr.bin/make/unit-tests/modmisc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/modmisc.mk b/usr.bin/make/unit-tests/modmisc.mk index d917456b422..64a84ce0dad 100644 --- a/usr.bin/make/unit-tests/modmisc.mk +++ b/usr.bin/make/unit-tests/modmisc.mk @@ -1,4 +1,4 @@ -# $NetBSD: modmisc.mk,v 1.50 2020/11/03 18:42:33 rillig Exp $ +# $NetBSD: modmisc.mk,v 1.51 2020/11/15 20:20:58 rillig Exp $ # # miscellaneous modifier tests @@ -60,7 +60,7 @@ undefvar: mod-quote: @echo $@: new${.newline:Q}${.newline:Q}line -# Cover the bmake_realloc in brk_string. +# Cover the bmake_realloc in Str_Words. mod-break-many-words: @echo $@: ${UNDEF:U:range=500:[#]} |
