Skip to content

Commit

Permalink
fix naming of fctest_functions unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrdar committed Nov 21, 2023
1 parent 7c3929c commit 8e5bf43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/util/fctest_functions.F90
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

! -----------------------------------------------------------------------------

module fcta_logging_fxt
module fcta_functions_fxt
use atlas_module
!use atlas_functions_module
use, intrinsic :: iso_c_binding
implicit none
character(len=1024) :: msg

end module fcta_logging_fxt
end module fcta_functions_fxt

! -----------------------------------------------------------------------------

TESTSUITE_WITH_FIXTURE(fctest_atlas_logging,fcta_logging_fxt)
TESTSUITE_WITH_FIXTURE(fctest_atlas_functions,fcta_functions_fxt)

! -----------------------------------------------------------------------------
TESTSUITE_INIT
Expand Down

0 comments on commit 8e5bf43

Please sign in to comment.