Module Name: src Committed By: rillig Date: Sun Jul 4 08:50:26 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: Makefile Log Message: tests/lint: re-enable test c99_bool_strict_suppressed It had been disabled accidentally in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/tests/usr.bin/xlint/lint1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/usr.bin/xlint/lint1/Makefile diff -u src/tests/usr.bin/xlint/lint1/Makefile:1.76 src/tests/usr.bin/xlint/lint1/Makefile:1.77 --- src/tests/usr.bin/xlint/lint1/Makefile:1.76 Sun Jul 4 08:19:06 2021 +++ src/tests/usr.bin/xlint/lint1/Makefile Sun Jul 4 08:50:26 2021 @@ -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 @@ TESTS_SH= t_integration 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