Skip to content

Commit b9079c9

Browse files
committed
Simplifies unittest by removing interface
1 parent 6489930 commit b9079c9

File tree

2 files changed

+334
-345
lines changed

2 files changed

+334
-345
lines changed

test/resources/function_subroutine_definitions.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
interface function_subroutine_definitions
21

32
! Normal subroutine
43
subroutine sub( arg )
@@ -46,5 +45,3 @@ end subroutine sub_with_sub
4645
subroutine sub_with_fun( function )
4746
integer, intent(inout) :: function
4847
end subroutine sub_with_fun
49-
50-
end interface function_subroutine_definitions

0 commit comments

Comments
 (0)