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 lint1: add expected output for tes...
details: https://anonhg.NetBSD.org/src/rev/2b592dad5d60
branches: trunk
changeset: 958187:2b592dad5d60
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Dec 28 10:26:23 2020 +0000
description:
lint1: add expected output for test d_struct_init_nested
diffstat:
tests/usr.bin/xlint/lint1/d_struct_init_nested.exp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (8 lines):
diff -r 966de9685727 -r 2b592dad5d60 tests/usr.bin/xlint/lint1/d_struct_init_nested.exp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/usr.bin/xlint/lint1/d_struct_init_nested.exp Mon Dec 28 10:26:23 2020 +0000
@@ -0,0 +1,4 @@
+d_struct_init_nested.c(27): initialisation type mismatch (enum I1) and (struct Inner1) [185]
+d_struct_init_nested.c(29): too many struct/union initializers [172]
+d_struct_init_nested.c(54): initialisation type mismatch (enum I1) and (struct Inner2) [185]
+d_struct_init_nested.c(56): warning: enum type mismatch in initialisation [210]
Home |
Main Index |
Thread Index |
Old Index