Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: re-enable test c99_boo...



details:   https://anonhg.NetBSD.org/src/rev/592b5a7a58b1
branches:  trunk
changeset: 1022096:592b5a7a58b1
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jul 04 08:50:26 2021 +0000

description:
tests/lint: re-enable test c99_bool_strict_suppressed

It had been disabled accidentally in the previous commit.

diffstat:

 tests/usr.bin/xlint/lint1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 52027231fbf5 -r 592b5a7a58b1 tests/usr.bin/xlint/lint1/Makefile
--- a/tests/usr.bin/xlint/lint1/Makefile        Sun Jul 04 08:49:41 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/Makefile        Sun Jul 04 08:50:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2021/07/04 08:19:06 rillig Exp $
+# $NetBSD: Makefile,v 1.77 2021/07/04 08:50:26 rillig Exp $
 
 NOMAN=         # defined
 MAX_MESSAGE=   345             # see lint1/err.c
@@ -12,6 +12,7 @@
 FILESDIR=      ${TESTSDIR}
 FILES+=                c11_generic_expression.c
 FILES+=                c11_generic_expression.exp
+FILES+=                c99_bool_strict_suppressed.c
 FILES+=                c99_init_array.c
 FILES+=                c99_init_array.exp
 FILES+=                c99_init_designator.c



Home | Main Index | Thread Index | Old Index