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: remove outdated comment



details:   https://anonhg.NetBSD.org/src/rev/21859d63718f
branches:  trunk
changeset: 983096:21859d63718f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon May 03 03:50:43 2021 +0000

description:
tests/lint: remove outdated comment

The test d_gcc_extension is already activated in line 121.

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f94b51cf8e48 -r 21859d63718f tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Mon May 03 03:46:55 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Mon May 03 03:50:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.47 2021/05/02 21:22:09 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.48 2021/05/03 03:50:43 rillig Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -158,9 +158,6 @@
 test_case d_gcc_compound_statements2
 test_case d_gcc_compound_statements3
 
-# XXX: Because of polymorphic __builtin_isnan and expression has null effect
-# test_case gcc_extension "Checks GCC __extension__ and __typeof__"
-
 test_case d_cvt_in_ternary
 test_case d_cvt_constant
 test_case d_ellipsis_in_switch



Home | Main Index | Thread Index | Old Index