Skip to content

Commit

Permalink
Fix test failure in openSUSE 15.5
Browse files Browse the repository at this point in the history
The #include <bits/floatn.h> is not available in the system thus can't
be safely checked.

Signed-off-by: Giuliano Belinassi <gbelinassi@suse.de>
  • Loading branch information
giulianobelinassi committed Apr 8, 2024
1 parent 90fabe8 commit fd76bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/includes/include-7.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ int main(void)
/* { dg-final { scan-tree-dump "#include <bits/types/struct_FILE.h>" } } */
/* { dg-final { scan-tree-dump "#include <bits/stdio_lim.h>" } } */
/* { dg-final { scan-tree-dump "extern int printf \(const char \*__restrict __format, ...\);" } } */
/* { dg-final { scan-tree-dump "#include <bits/floatn.h>" } } */
/* { dg-final { scan-tree-dump "int main\(void\)" } } */

0 comments on commit fd76bf3

Please sign in to comment.