Module Name:    src
Committed By:   rillig
Date:           Mon Dec 28 17:00:37 UTC 2020

Modified Files:
        src/tests/usr.bin/xlint/lint1: t_integration.sh

Log Message:
lint1: remove redundant description from tests


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/tests/usr.bin/xlint/lint1/t_integration.sh:1.12
--- src/tests/usr.bin/xlint/lint1/t_integration.sh:1.11	Mon Dec 28 12:47:39 2020
+++ src/tests/usr.bin/xlint/lint1/t_integration.sh	Mon Dec 28 17:00:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.11 2020/12/28 12:47:39 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.12 2020/12/28 17:00:37 rillig Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -78,19 +78,19 @@ test_case type_question_colon
 test_case typefun
 test_case typename_as_var
 
-test_case c99_struct_init	"Checks C99 struct initialization"
-test_case c99_union_init1	"Checks C99 union initialization"
-test_case c99_union_init2	"Checks C99 union initialization"
-test_case c99_union_init3	"Checks C99 union initialization"
+test_case c99_struct_init
+test_case c99_union_init1
+test_case c99_union_init2
+test_case c99_union_init3
 test_case c99_recursive_init	"Checks C99 recursive struct/union" \
 				"initialization"
 test_case c9x_recursive_init	"Checks C9X struct/union member" \
 				"init, with nested union and trailing member"
-test_case nested_structs	"Checks nested structs"
-test_case packed_structs	"Checks packed structs"
+test_case nested_structs
+test_case packed_structs
 test_case struct_init_nested	"Initialization of nested structures"
 
-test_case cast_init		"Checks cast initialization"
+test_case cast_init
 test_case cast_init2		"Checks cast initialization as the rhs of a" \
 				"- operand"
 test_case cast_lhs		"Checks whether pointer casts are valid lhs" \
@@ -100,15 +100,15 @@ test_case gcc_func		"Checks GCC __FUNCTI
 test_case c99_func		"Checks C99 __func__"
 
 test_case gcc_variable_array_init "Checks GCC variable array initializers"
-test_case c9x_array_init	"Checks C9X array initializers"
-test_case c99_decls_after_stmt	"Checks C99 decls after statements"
-test_case c99_decls_after_stmt3	"Checks C99 decls after statements"
+test_case c9x_array_init
+test_case c99_decls_after_stmt
+test_case c99_decls_after_stmt3
 test_case nolimit_init		"Checks no limit initializers"
-test_case zero_sized_arrays	"Checks zero sized arrays"
+test_case zero_sized_arrays
 
-test_case compound_literals1	"Checks compound literals"
-test_case compound_literals2	"Checks compound literals"
-test_case gcc_compound_statements1 "Checks GCC compound statements"
+test_case compound_literals1
+test_case compound_literals2
+test_case gcc_compound_statements1
 test_case gcc_compound_statements2 "Checks GCC compound statements with" \
 				"non-expressions"
 test_case gcc_compound_statements3 "Checks GCC compound statements with" \
@@ -121,7 +121,7 @@ test_case cvt_constant		"Checks constant
 test_case ellipsis_in_switch	"Checks ellipsis in switch()"
 test_case c99_complex_num	"Checks C99 complex numbers"
 test_case c99_complex_split	"Checks C99 complex access"
-test_case c99_for_loops		"Checks C99 for loops"
+test_case c99_for_loops
 test_case alignof		"Checks __alignof__"
 test_case shift_to_narrower_type "Checks that type shifts that result in" \
 				"narrower types do not produce warnings"

Reply via email to