diff options
| author | rillig <rillig@NetBSD.org> | 2023-06-14 07:20:54 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-06-14 07:20:54 +0000 |
| commit | d3955ebbcb30368c577a941895b3efdeec2c4756 (patch) | |
| tree | b00c8ab62e3075036d7549399761c7a2b9c178ef /distrib | |
| parent | 54ead8e566e43151ef45d234720331ce3e06e3cf (diff) | |
indent: merge parser symbols for stmt and stmt_list
They were handled in exactly the same way.
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/sets/lists/tests/mi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/lists/tests/mi b/distrib/sets/lists/tests/mi index 15ca5fbcc02..68b55a7607b 100644 --- a/distrib/sets/lists/tests/mi +++ b/distrib/sets/lists/tests/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1266 2023/06/01 07:27:30 rillig Exp $ +# $NetBSD: mi,v 1.1267 2023/06/14 07:20:54 rillig Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -5252,7 +5252,7 @@ ./usr/tests/usr.bin/indent/psym_rbrace.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/psym_semicolon.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/psym_stmt.c tests-usr.bin-tests compattestfile,atf -./usr/tests/usr.bin/indent/psym_stmt_list.c tests-usr.bin-tests compattestfile,atf +./usr/tests/usr.bin/indent/psym_stmt_list.c tests-obsolete obsolete,atf ./usr/tests/usr.bin/indent/psym_switch_expr.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/psym_while_expr.c tests-usr.bin-tests compattestfile,atf ./usr/tests/usr.bin/indent/struct.0 tests-obsolete obsolete,atf |
