Skip to content

Commit eb46358

Browse files
committed
Not sure why NAG worked with the previous commit.
Had set initial hconfig content to '{}', but some unit tests put a sequence at the top ...
1 parent eecf3d6 commit eb46358

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hconfig_utils/tests/Test_HConfigUtilities.pf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ contains
3232
@Before
3333
subroutine set_up()
3434
integer :: status
35-
parent = ESMF_HConfigCreate(content='', _RC)
36-
child = ESMF_HConfigCreate(content='', _RC)
35+
parent = ESMF_HConfigCreate(_RC)
36+
child = ESMF_HConfigCreate(_RC)
3737
hconfig_content = ESMF_HConfigCreate(_RC)
3838
end subroutine set_up
3939

@@ -69,7 +69,6 @@ contains
6969
logical :: defined
7070
character(len=80) :: msg
7171

72-
7372
call ESMF_HConfigAdd(hconfig_content, content=PVALUE1, addKeyString=KEY1, _RC)
7473
call ESMF_HConfigAdd(hconfig_content, content=PVALUE5, addKeyString=KEY5, _RC)
7574
call ESMF_HConfigAdd(parent, content=hconfig_content, addKeyString=MAPLKEY, _RC)

0 commit comments

Comments
 (0)