testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 28 Jan 2021 17:42:00 +0000 (12:42 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 28 Jan 2021 17:44:30 +0000 (12:44 -0500)
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

index 4d1c4ecbd72d7b91f43e5153a851947fc0c50d65..eef5cc632c93c1e99167c5d318051592b8dfde79 100644 (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);