diff --git a/src/psyclone/tests/test_files/dynamo0p3/1.1.11_two_halo_only.f90 b/src/psyclone/tests/test_files/dynamo0p3/1.1.11_two_halo_only.f90 index e0aed8ce8a..747818de14 100644 --- a/src/psyclone/tests/test_files/dynamo0p3/1.1.11_two_halo_only.f90 +++ b/src/psyclone/tests/test_files/dynamo0p3/1.1.11_two_halo_only.f90 @@ -35,7 +35,8 @@ program single_invoke ! Description: an invoke containing multiple calls to a kernel that requires - ! XYoZ quadrature and that operates on halo cells specified in an invoke call. + ! XYoZ quadrature and that operates on halo cells to a depth specified in + ! the invoke call. use constants_mod, only: r_def, i_def use field_mod, only: field_type use quadrature_xyoz_mod, only: quadrature_xyoz_type diff --git a/src/psyclone/tests/test_files/dynamo0p3/1.4.2_multi_into_halos_invoke.f90 b/src/psyclone/tests/test_files/dynamo0p3/1.4.2_multi_into_halos_invoke.f90 index 4b7d1ae6e7..1b3eb44109 100644 --- a/src/psyclone/tests/test_files/dynamo0p3/1.4.2_multi_into_halos_invoke.f90 +++ b/src/psyclone/tests/test_files/dynamo0p3/1.4.2_multi_into_halos_invoke.f90 @@ -35,7 +35,7 @@ program single_invoke - ! Invokes three kernels, two of which include the halo in their iteration + ! Invokes four kernels, three of which include the halo in their iteration ! space. use constants_mod, only: r_def use field_mod, only: field_type