Module Name: src
Committed By: rillig
Date: Mon May 3 03:50:43 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: t_integration.sh
Log Message:
tests/lint: remove outdated comment
The test d_gcc_extension is already activated in line 121.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/tests/usr.bin/xlint/lint1/t_integration.sh
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/t_integration.sh
diff -u src/tests/usr.bin/xlint/lint1/t_integration.sh:1.47 src/tests/usr.bin/xlint/lint1/t_integration.sh:1.48
--- src/tests/usr.bin/xlint/lint1/t_integration.sh:1.47 Sun May 2 21:22:09 2021
+++ src/tests/usr.bin/xlint/lint1/t_integration.sh Mon May 3 03:50:43 2021
@@ -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_statements1
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