@@ -41,7 +41,7 @@ program test_assert
4141 call assert_approximate(reshape ([1.0D0 , 1.0D0 , 1.0D0 , 1.0D0 ], [2 , 2 ]), reshape ([1.0D0 , 1.01D0 , 1.0D0 , 1.0D0 ], [2 , 2 ]), eps= 0.01D0 , suite= test_suite_approximate)
4242
4343 call test_suite_report(test_suite_approximate)
44- call test_case_final (test_suite_approximate)
44+ call test_suite_final (test_suite_approximate)
4545
4646 ! test assert_false/_true routines
4747 test_suite_boolean% name = ' Boolean'
@@ -57,7 +57,7 @@ program test_assert
5757 call assert_true(.true. , __FILE__, __LINE__, test_suite_boolean)
5858
5959 call test_suite_report(test_suite_boolean)
60- call test_case_final (test_suite_boolean)
60+ call test_suite_final (test_suite_boolean)
6161
6262 ! test assert_equal routines
6363 test_suite_equal% name = ' Equal'
@@ -128,7 +128,7 @@ program test_assert
128128 call assert_equal(reshape ([1.0D0 , 1.0D0 , 1.0D0 , 1.0D0 ], [2 , 2 ]), reshape ([1.0D0 , 1.0D0 , 1.0D0 , 1.0D0 ], [2 , 2 ]), __FILE__, __LINE__, test_suite_equal)
129129
130130 call test_suite_report(test_suite_equal)
131- call test_case_final (test_suite_equal)
131+ call test_suite_final (test_suite_equal)
132132
133133 ! test assert_great_than routines
134134 test_suite_great_than% name = ' great_then'
@@ -191,6 +191,6 @@ program test_assert
191191 call assert_great_than(reshape ([1.0D0 , 1.0D0 , 1.0D0 , 1.0D0 ], [2 , 2 ]), reshape ([0.0D0 , 0.0D0 , 0.0D0 , 0.0D0 ], [2 , 2 ]), __FILE__, __LINE__, test_suite_great_than)
192192
193193 call test_suite_report(test_suite_great_than)
194- call test_case_final (test_suite_great_than)
194+ call test_suite_final (test_suite_great_than)
195195
196196end program test_assert
0 commit comments