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: fix typo from previous...
details: https://anonhg.NetBSD.org/src/rev/85da5b28a799
branches: trunk
changeset: 1023554:85da5b28a799
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Sep 14 19:08:40 2021 +0000
description:
tests/lint: fix typo from previous commit
diffstat:
tests/usr.bin/xlint/lint1/decl_direct_abstract.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 55a099f4c9b8 -r 85da5b28a799 tests/usr.bin/xlint/lint1/decl_direct_abstract.c
--- a/tests/usr.bin/xlint/lint1/decl_direct_abstract.c Tue Sep 14 19:06:27 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/decl_direct_abstract.c Tue Sep 14 19:08:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: decl_direct_abstract.c,v 1.3 2021/09/14 19:06:27 rillig Exp $ */
+/* $NetBSD: decl_direct_abstract.c,v 1.4 2021/09/14 19:08:40 rillig Exp $ */
# 3 "decl_direct_abstract.c"
/*
@@ -64,7 +64,7 @@
void int_array(int[]);
void int_array_3(int[3]);
-/* supported since cgram.y 1.362 from 2021-09-14 */
+/* supported since cgram.y 1.363 from 2021-09-14 */
void int_array_ast(int[*]);
/* expect+1: error: null dimension [17] */
void int_array_7_array(int[7][]);
@@ -74,5 +74,5 @@
void int_array_array(int[][7]);
void int_array_3_array(int[3][7]);
-/* supported since cgram.y 1.362 from 2021-09-14 */
+/* supported since cgram.y 1.363 from 2021-09-14 */
void int_array_ast_array(int[*][7]);
Home |
Main Index |
Thread Index |
Old Index