diff options
Diffstat (limited to 'tests/misc/seq-long-double')
-rwxr-xr-x | tests/misc/seq-long-double | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/seq-long-double b/tests/misc/seq-long-double index 4d3a20880..230912cbe 100755 --- a/tests/misc/seq-long-double +++ b/tests/misc/seq-long-double @@ -34,7 +34,7 @@ int foo[sizeof (long double) - sizeof (double) - 1]; #endif EOF $CC -c long.c \ - || skip_test_ \ + || skip_ \ 'this test runs only on systems with glibc and long double != double' a=$INTMAX_MAX |