Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Dec 11, 2023
1 parent c462adf commit 8a0ec0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/caf_error_stop_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module caf_error_stop_test

implicit none
private
public :: test_caf_this_image
public :: test_prif_this_image

contains
function test_caf_this_image() result(tests)
function test_prif_this_image() result(tests)
type(test_item_t) :: tests

tests = describe( &
"A program that executes the caf_error_stop function", &
"A program that executes the prif_error_stop function", &
[ it("exits with a non-zero exitstat when stop code is an integer", check_integer_stop_code) &
,it("exits with a non-zero exitstat when stop code is an character", check_character_stop_code) &
])
Expand Down

0 comments on commit 8a0ec0a

Please sign in to comment.