diff options
| author | rillig <rillig@NetBSD.org> | 2023-06-16 23:51:31 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-06-16 23:51:31 +0000 |
| commit | e434028b444193e4a66564275d1c48e7aa023a6b (patch) | |
| tree | 2326f18f77db6d1b3941a05f1e6a0728cf99983f /distrib/sets | |
| parent | 0f6dca37c7311bdd120f10866ef11c004eb1b703 (diff) | |
indent: merge lexer symbols for type in/outside parentheses
Diffstat (limited to 'distrib/sets')
| -rw-r--r-- | distrib/sets/lists/tests/mi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/sets/lists/tests/mi b/distrib/sets/lists/tests/mi index 2ac08bbb68e..c0de0afc5ba 100644 --- a/distrib/sets/lists/tests/mi +++ b/distrib/sets/lists/tests/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1270 2023/06/16 20:38:19 wiz Exp $ +# $NetBSD: mi,v 1.1271 2023/06/16 23:51:31 rillig Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -4973,8 +4973,9 @@ ./usr/tests/usr.bin/indent/lsym_string_prefix.c tests-obsolete obsolete,atf ./usr/tests/usr.bin/indent/lsym_switch.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/lsym_tag.c tests-usr.bin-tests compattestfile,atf -./usr/tests/usr.bin/indent/lsym_type_in_parentheses.c tests-usr.bin-tests compattestfile,atf -./usr/tests/usr.bin/indent/lsym_type_outside_parentheses.c tests-usr.bin-tests compattestfile,atf +./usr/tests/usr.bin/indent/lsym_type.c tests-usr.bin-tests compattestfile,atf +./usr/tests/usr.bin/indent/lsym_type_in_parentheses.c tests-obsolete obsolete,atf +./usr/tests/usr.bin/indent/lsym_type_outside_parentheses.c tests-obsolete obsolete,atf ./usr/tests/usr.bin/indent/lsym_typedef.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/lsym_unary_op.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/lsym_while.c tests-usr.bin-tests compattestfile,atf |
