aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/directive-error.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/directive-error.mk')
-rw-r--r--unit-tests/directive-error.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/unit-tests/directive-error.mk b/unit-tests/directive-error.mk
index 3980016221ab..50a0c6c0e84c 100644
--- a/unit-tests/directive-error.mk
+++ b/unit-tests/directive-error.mk
@@ -1,6 +1,8 @@
-# $NetBSD: directive-error.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
+# $NetBSD: directive-error.mk,v 1.3 2020/12/13 01:07:54 rillig Exp $
#
-# Tests for the .error directive.
+# Tests for the .error directive, which prints an error message and exits
+# immediately, unlike other "fatal" parse errors, which continue to parse
+# until the end of the current top-level makefile.
# TODO: Implementation