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-Tag: basepoints/gcc-12~1297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28bd09498bb8ee0dbb35ee213c1127b80ade00c;p=thirdparty%2Fgcc.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 4d1c4ecbd72d..eef5cc632c93 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);