There was an error while loading. Please reload this page.
2 parents f06036f + de7559f commit 305ce1eCopy full SHA for 305ce1e
regtests/0245_errcon/errcon.adb
@@ -78,7 +78,7 @@ procedure ErrCon is
78
elsif Utils.Match (Text, No_Data_Err) then
79
Text_IO.Put_Line
80
(Fixed.Replace_Slice
81
- (Text, Text'First, No_Ent_Err'Length, "[NO_DATA]"));
+ (Text, Text'First, No_Data_Err'Length, "[NO_DATA]"));
82
83
else
84
Text_IO.Put_Line (Text);
0 commit comments