From: David Edelsohn Date: Thu, 28 Jan 2021 17:42:00 +0000 (-0500) Subject: testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e28bd09498bb8ee0dbb35ee213c1127b80ade00c;p=gcc.git 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. --- 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);