aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-04 20:54:34 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-04 20:54:34 +0000
commitf2867129ef717dfec2f4281dfe35e057eccd0f59 (patch)
treefe7ef8cc5c8e51000677314ab09b82a448853d5a /none
parent743515ccfe0e3d684369fc6aaa010aae12d074f9 (diff)
downloadvalgrind-f2867129ef717dfec2f4281dfe35e057eccd0f59.tar.gz
Add an assert.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15624 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/s390x/fpext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/none/tests/s390x/fpext.c b/none/tests/s390x/fpext.c
index 64e7a47c9..62b6bb7f2 100644
--- a/none/tests/s390x/fpext.c
+++ b/none/tests/s390x/fpext.c
@@ -1,5 +1,6 @@
#include <float.h>
#include <stdio.h>
+#include <assert.h>
#include "opcodes.h"
@@ -131,6 +132,7 @@
int main()
{
+ assert(sizeof(long double) == 16);
DO_L2F(4);
DO_F2L(4);