From e28bd09498bb8ee0dbb35ee213c1127b80ade00c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 28 Jan 2021 12:42:00 -0500 Subject: [PATCH] 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. --- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c index 4d1c4ecbd72..eef5cc632c9 100644 --- a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c +++ b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c @@ -1,8 +1,6 @@ -#include - #include #include - +#include "../../../libgfortran/ISO_Fortran_binding.h" extern int do_loop(CFI_cdesc_t* array); -- 2.30.2