libgomp.fortran/depobj-1.f90: Fix omp_depend_kind

libgomp/
	* testsuite/libgomp.fortran/depobj-1.f90: Use omp_lib's
	omp_depend_kind instead of defining it as 16.
This commit is contained in:
Tobias Burnus 2021-04-21 22:47:18 +02:00
parent 7eeb8c04e5
commit 0c0bdcc60c

View File

@ -1,7 +1,6 @@
module m
! use omp_lib
use omp_lib, only: omp_depend_kind
implicit none (type, external)
integer, parameter :: omp_depend_kind = 16
integer :: xx
integer(omp_depend_kind) :: dd1, dd2
contains