Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f0b267

Browse files
committed
Cleanup
1 parent 0070cf8 commit 8f0b267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/core/ut_suite_builder.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ create or replace package body ut_suite_builder is
829829
end loop;
830830
end;
831831

832-
procedure warning_on_floating_endcontext(
832+
procedure warning_on_extra_endcontext(
833833
a_suite in out nocopy ut_suite,
834834
a_package_ann_index tt_annotations_by_name
835835
) is
@@ -915,7 +915,7 @@ create or replace package body ut_suite_builder is
915915
add_tests_to_items( l_suite, l_annotations, a_suite_items );
916916

917917
--by this time all contexts were consumed and l_annotations should not have any context/endcontext annotation in it.
918-
warning_on_floating_endcontext( l_suite, l_annotations.by_name );
918+
warning_on_extra_endcontext( l_suite, l_annotations.by_name );
919919

920920
a_suite_items.extend;
921921
a_suite_items( a_suite_items.last) := l_suite;

0 commit comments

Comments
 (0)