]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add an assert.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 4 Sep 2015 20:54:34 +0000 (20:54 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 4 Sep 2015 20:54:34 +0000 (20:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15624

none/tests/s390x/fpext.c

index 64e7a47c97c0bff2a4fc4a2349e59970af040f31..62b6bb7f246adfe60593d2a9edadc6f4ef406e61 100644 (file)
@@ -1,5 +1,6 @@
 #include <float.h>
 #include <stdio.h>
+#include <assert.h>
 #include "opcodes.h"
 
 
 
 int main()
 {
+   assert(sizeof(long double) == 16);
    DO_L2F(4);
    DO_F2L(4);