changeset 11607:806d4180d151

test-alignof: fix typo with long double * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid compiler error. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Sat, 06 Jun 2009 13:23:51 -0600
parents 85d7761e781e
children 60cb0820c89c
files ChangeLog tests/test-alignof.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-06  Eric Blake  <ebb9@byu.net>
+
+	test-alignof: fix typo with long double
+	* tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
+	compiler error.
+
 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
 
 	Escape non-texinfo { and }s.
--- a/tests/test-alignof.c
+++ b/tests/test-alignof.c
@@ -43,7 +43,7 @@
 CHECK (long)
 CHECK (float)
 CHECK (double)
-CHECK (long double)
+CHECK (longdouble)
 CHECK (int64_t)
 CHECK (struct1)
 CHECK (struct2)