mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.
When libm tests were split into separate per-function .inc files, a comment relating to the nexttoward tests ended up at the end of libm-test-nextdown.inc (because the split was based on starting each function's tests with the <function>_test_data definition, which failed to allow for comments before such definitions). This patch moves that comment to the correct location. Tested for x86_64. * math/libm-test-nextdown.inc (do_test): Move comment to .... * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
#include "libm-test-driver.c"
|
||||
|
||||
/* Note, the second argument is always typed as long double. The j type
|
||||
argument to TEST_ indicates the literal should not be post-processed by
|
||||
gen-libm-test.pl. */
|
||||
|
||||
static const struct test_fj_f_data nexttoward_test_data[] =
|
||||
{
|
||||
#if !TEST_FLOATN
|
||||
|
Reference in New Issue
Block a user