aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/typedef-redef.c
diff options
context:
space:
mode:
Diffstat (limited to 'validation/typedef-redef.c')
-rw-r--r--validation/typedef-redef.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/validation/typedef-redef.c b/validation/typedef-redef.c
index 3a60a773..f90f266a 100644
--- a/validation/typedef-redef.c
+++ b/validation/typedef-redef.c
@@ -8,6 +8,9 @@ typedef long ko_t;
* check-name: typedef-redef
*
* check-error-start
-typedef-redef.c:5:14: error: symbol 'ko_t' redeclared with different type (originally declared at typedef-redef.c:4) - different type sizes
+typedef-redef.c:5:14: error: symbol 'ko_t' redeclared with different type (different type sizes):
+typedef-redef.c:5:14: long [usertype] ko_t
+typedef-redef.c:4:14: note: previously declared as:
+typedef-redef.c:4:14: int [usertype] ko_t
* check-error-end
*/