diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2021-01-28 12:42:00 -0500 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2021-01-28 12:44:30 -0500 |
commit | e28bd09498bb8ee0dbb35ee213c1127b80ade00c (patch) | |
tree | 412cfab70f6332dd205d384faaeeae8c9f3afd4a /gcc | |
parent | e11e5d3889f9e54c547efee50fa1b72b50f0f265 (diff) | |
download | gcc-e28bd09498bb8ee0dbb35ee213c1127b80ade00c.zip gcc-e28bd09498bb8ee0dbb35ee213c1127b80ade00c.tar.gz gcc-e28bd09498bb8ee0dbb35ee213c1127b80ade00c.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c | 4 |
1 files changed, 1 insertions, 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 4d1c4ec..eef5cc6 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 <ISO_Fortran_binding.h> - #include <stdlib.h> #include <string.h> - +#include "../../../libgfortran/ISO_Fortran_binding.h" extern int do_loop(CFI_cdesc_t* array); |