diff options
Diffstat (limited to 'unit-tests/directive-undef.mk')
-rw-r--r-- | unit-tests/directive-undef.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unit-tests/directive-undef.mk b/unit-tests/directive-undef.mk index aac110437686..c72513a1bf5a 100644 --- a/unit-tests/directive-undef.mk +++ b/unit-tests/directive-undef.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-undef.mk,v 1.4 2020/10/24 08:46:08 rillig Exp $ +# $NetBSD: directive-undef.mk,v 1.5 2020/11/03 17:17:31 rillig Exp $ # # Tests for the .undef directive. @@ -13,5 +13,9 @@ . warning $1$2$3 .endif +.unde # misspelled +.undef # oops: missing argument +.undefined # oops: misspelled + all: @:; |