From 67025706bd65ab832d306a83eb55007f4938784d Mon Sep 17 00:00:00 2001 From: Darian Boggs Date: Tue, 12 Nov 2024 16:17:45 -0500 Subject: [PATCH] Fix failing test for gfortran --- generic3g/tests/Test_AccumulatorAction.pf | 1 - generic3g/tests/Test_MaxAction.pf | 1 - generic3g/tests/Test_MeanAction.pf | 9 --------- generic3g/tests/Test_MinAction.pf | 1 - 4 files changed, 12 deletions(-) diff --git a/generic3g/tests/Test_AccumulatorAction.pf b/generic3g/tests/Test_AccumulatorAction.pf index 4c5eac1788b..68384db7d52 100644 --- a/generic3g/tests/Test_AccumulatorAction.pf +++ b/generic3g/tests/Test_AccumulatorAction.pf @@ -2,7 +2,6 @@ #include "unused_dummy.H" module Test_AccumulatorAction use mapl3g_AccumulatorAction - use mapl3g_MeanAccumulator use accumulator_action_test_common use esmf use funit diff --git a/generic3g/tests/Test_MaxAction.pf b/generic3g/tests/Test_MaxAction.pf index 8c4e79cc2ef..37049a92482 100644 --- a/generic3g/tests/Test_MaxAction.pf +++ b/generic3g/tests/Test_MaxAction.pf @@ -1,6 +1,5 @@ #include "MAPL_TestErr.h" module Test_MaxAction - use mapl3g_MaxAction use accumulator_action_test_common use esmf diff --git a/generic3g/tests/Test_MeanAction.pf b/generic3g/tests/Test_MeanAction.pf index 0353c6002de..db44351f6ba 100644 --- a/generic3g/tests/Test_MeanAction.pf +++ b/generic3g/tests/Test_MeanAction.pf @@ -202,13 +202,4 @@ contains end subroutine test_accumulate_mean_R4 - @Before - subroutine set_up() - integer :: status - - if(is_initialized()) return -! call ESMF_Initialize(_RC) - - end subroutine set_up - end module Test_MeanAction diff --git a/generic3g/tests/Test_MinAction.pf b/generic3g/tests/Test_MinAction.pf index 5a229c1b98d..0f9a3d15120 100644 --- a/generic3g/tests/Test_MinAction.pf +++ b/generic3g/tests/Test_MinAction.pf @@ -1,6 +1,5 @@ #include "MAPL_TestErr.h" module Test_MinAction - use mapl3g_MinAction use accumulator_action_test_common use esmf