Skip to content

Commit 2e578cc

Browse files
committed
Remove pure attribute
1 parent 0c9b4c5 commit 2e578cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testdrive.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ subroutine junit_pop_suite(junit)
602602
end subroutine junit_pop_suite
603603

604604
!> Register a new unit test
605-
pure subroutine junit_push_test(junit, test, error, time)
605+
subroutine junit_push_test(junit, test, error, time)
606606

607607
!> JUnit output
608608
type(junit_output), intent(inout), optional :: junit

0 commit comments

Comments
 (0)