Skip to content

Commit bc15b7f

Browse files
authored
Update test/test-assert-subroutine-normal-termination.F90
1 parent 1b7aa0a commit bc15b7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-assert-subroutine-normal-termination.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ program test_assert_subroutine_normal_termination
1414
sync all
1515
#endif
1616

17-
call assert(assertion = .true., description = "3 keyword arguments ")
18-
call assert( .true., description = "2 keyword arguments ")
19-
call assert( .true., "no optional argument")
17+
call assert(assertion = .true., description = "2 keyword arguments")
18+
call assert( .true., description = "1 keyword arguments")
19+
call assert( .true., "0 keyword arguments")
2020

2121
#if ASSERT_MULTI_IMAGE
2222
sync all

0 commit comments

Comments
 (0)