Skip to content

Commit

Permalink
Merge branch 'tests/search_modules'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 9, 2024
2 parents 2b4e5b0 + 76e7c83 commit ed6f99f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/searches/linear_search.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
!!
!! This program provides additional test cases to validate the linear_search_module.


program tests_linear_search
use linear_search_module
implicit none
Expand Down
1 change: 0 additions & 1 deletion tests/searches/recursive_linear_search.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
!!
!! This program provides additional test cases to validate the recursive_linear_search_module.


program tests_recursive_linear_search
use linear_search_module
implicit none
Expand Down

0 comments on commit ed6f99f

Please sign in to comment.