testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 Jan 2021 21:52:43 +0000 (22:52 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sat, 16 Jan 2021 21:52:43 +0000 (22:52 +0100)
2021-01-16  Jakub Jelinek  <jakub@redhat.com>

* gfortran.dg/iso_fortran_binding_uint8_array_driver.c: Include
../../../libgfortran/ISO_Fortran_binding.h rather than
ISO_Fortran_binding.h.

gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array_driver.c

index bfd567bba95fa3c1f1ee8f89cf78bd8abb057ccc..79b8a14cacd2ffe55599fd4089f78189f5adba15 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <inttypes.h>
-#include "ISO_Fortran_binding.h"
+#include "../../../libgfortran/ISO_Fortran_binding.h"
 
 extern void fsub(CFI_cdesc_t *);