Skip to content

Commit 1bf4e33

Browse files
committed
add github issue link to test doc string
1 parent c888876 commit 1bf4e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/quadrature/test_gauss.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subroutine test_gauss_analytic(error)
5050
end subroutine
5151

5252
subroutine test_fix_github_issue619(error)
53-
!> Error handling
53+
!> See github issue https://github.com/fortran-lang/stdlib/issues/619
5454
type(error_type), allocatable, intent(out) :: error
5555
integer :: i
5656

0 commit comments

Comments
 (0)