From: Florian Krohm Date: Fri, 4 Sep 2015 20:54:34 +0000 (+0000) Subject: Add an assert. X-Git-Tag: svn/VALGRIND_3_11_0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60a01a6bd82ef4fd805b491182c0ff8061f6f2d;p=thirdparty%2Fvalgrind.git Add an assert. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15624 --- diff --git a/none/tests/s390x/fpext.c b/none/tests/s390x/fpext.c index 64e7a47c97..62b6bb7f24 100644 --- a/none/tests/s390x/fpext.c +++ b/none/tests/s390x/fpext.c @@ -1,5 +1,6 @@ #include #include +#include #include "opcodes.h" @@ -131,6 +132,7 @@ int main() { + assert(sizeof(long double) == 16); DO_L2F(4); DO_F2L(4);