Skip to content

Commit 305ce1e

Browse files
committed
Merge branch 'topic/fix-errcon' into 'master'
Fix errcon test copy/paste issue. See merge request eng/toolchain/aws!137
2 parents f06036f + de7559f commit 305ce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regtests/0245_errcon/errcon.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ procedure ErrCon is
7878
elsif Utils.Match (Text, No_Data_Err) then
7979
Text_IO.Put_Line
8080
(Fixed.Replace_Slice
81-
(Text, Text'First, No_Ent_Err'Length, "[NO_DATA]"));
81+
(Text, Text'First, No_Data_Err'Length, "[NO_DATA]"));
8282

8383
else
8484
Text_IO.Put_Line (Text);

0 commit comments

Comments
 (0)