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 8a0ec0a commit 7bf9381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/caf_stop_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module caf_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_stop function", &
"A program that executes the prif_stop function", &
[ it("exits with a zero exitstat when the program omits the stop code", exit_with_no_stop_code) &
,it("prints an integer stop code and exits with exitstat equal to the stop code", exit_with_integer_stop_code) &
,it("prints a character stop code and exits with a non-zero existat", exit_with_character_stop_code) &
Expand Down

0 comments on commit 7bf9381

Please sign in to comment.