Adapt libgomp acc_get_property.f90 test
authorFrederik Harwath <frederik@codesourcery.com>
Fri, 21 Feb 2020 14:26:02 +0000 (15:26 +0100)
committerFrederik Harwath <frederik@codesourcery.com>
Fri, 21 Feb 2020 14:38:48 +0000 (15:38 +0100)
commit83d45e1d7155a5a600d8a4aa01aca00d3c6c2d3a
tree7b43a8542299ed2ef22ab0687dc604cc95bd2c76
parent91e50b2aa2dece9e22ae793d2a1a14b33bf3859d
Adapt libgomp acc_get_property.f90 test

The commit r10-6721-g8d1a1cb1b816381bf60cb1211c93b8eba1fe1472 has changed
the name of the type that is used for the return value of the Fortran
acc_get_property function without adapting the test acc_get_property.f90.

2020-02-21  Frederik Harwath  <frederik@codesourcery.com>

* testsuite/libgomp.oacc-fortran/acc_get_property.f90: Adapt to
changes from 2020-02-19, i.e. use integer(c_size_t) instead of
integer(acc_device_property) for the type of the return value of
acc_get_property.
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-fortran/acc_get_property.f90