Skip to content

Commit ba6b8b2

Browse files
author
Damian Rouson
committed
ISO_Fortran binding_tests: del non-standard offset
1 parent e60c06d commit ba6b8b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -730,11 +730,6 @@ int main (void)
730730
printf ("CFI_setpointer failed to reassign attribute.\n");
731731
errno *= 13;
732732
}
733-
if (test8a.offset != test8b.offset)
734-
{
735-
printf ("CFI_setpointer failed to change lower bounds.\n");
736-
errno *= 17;
737-
}
738733
printf ("errno = %ld\n", errno);
739734
}
740735
printf ("\n");

0 commit comments

Comments
 (0)