bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mes] ARM mes on wip-arm - Other test failures


From: Danny Milosavljevic
Subject: Re: [bug-mes] ARM mes on wip-arm - Other test failures
Date: Thu, 14 Mar 2019 02:54:09 +0100

Hi Janneke,

What is it that lib/tests/scaffold/7l-struct-any-size-array-simple is testing?

Would it be OK to change it via the following patch--or does it break what the 
test was supposed to accomplish?

diff --git a/lib/tests/scaffold/7l-struct-any-size-array-simple.c 
b/lib/tests/scaffold/7l-struct-any-size-array-simple.c
index cbfab19a..c68bf89b 100644
--- a/lib/tests/scaffold/7l-struct-any-size-array-simple.c
+++ b/lib/tests/scaffold/7l-struct-any-size-array-simple.c
@@ -42,9 +42,9 @@ main ()
   tab14[1].a = -1;
   tab14[1].b = -2;
   tab14[1].c = -3;
-  tab14[1].d = -4;
+  tab14[1].d = 4;
 
-  if (tab14[1].d != -4)
+  if (tab14[1].d != 4)
     return 1;
 
   return 0;

Attachment: pgpufNb8H_FSD.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]