testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.

gcc/testsuite/ChangeLog:

	* gfortran.dg/ISO_Fortran_binding_18.c: Include
	../../../libgfortran/ISO_Fortran_binding.h rather than
	ISO_Fortran_binding.h.
This commit is contained in:
David Edelsohn 2021-01-28 12:42:00 -05:00
parent e11e5d3889
commit e28bd09498

View file

@ -1,8 +1,6 @@
#include <ISO_Fortran_binding.h>
#include <stdlib.h>
#include <string.h>
#include "../../../libgfortran/ISO_Fortran_binding.h"
extern int do_loop(CFI_cdesc_t* array);