about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-04-29 13:48:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-04-29 13:48:19 +0000
commit4d14f4499dba91df3f41547421ef2327d9721d8d (patch)
tree4bfb2d690e9243c933d8616b596980375201fc28 /ChangeLog
parent5b4217d71f592287bc77d80e08a20873bce86756 (diff)
downloadglibc-4d14f4499dba91df3f41547421ef2327d9721d8d.tar.gz
glibc-4d14f4499dba91df3f41547421ef2327d9721d8d.tar.xz
glibc-4d14f4499dba91df3f41547421ef2327d9721d8d.zip
Add missing semicolons to libm-test.inc tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 219424eb8d..0d2d77749b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-04-29  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc (cacos_test): Add missing semicolons at ends
+	of individual tests.
+	(casin_test): Likewise.
+	(casinh_test): Likewise.
+
 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #15409]