Skip to content

Commit 02daf22

Browse files
BoulangerAdrienBoulanger
authored andcommitted
Change diff representation
"-" for the expected result "+" for the test result no-issue-check
1 parent 43ceec3 commit 02daf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tester/tester-tests.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,10 @@ package body Tester.Tests is
11111111
Add_Unchanged ("", New_Line => True);
11121112
Add_To_Result
11131113
(Data => Write (L, False),
1114-
Prefix => Expected_Prefix);
1114+
Prefix => Added_Prefix);
11151115
Add_To_Result
11161116
(Data => Write (R, False),
1117-
Prefix => Added_Prefix);
1117+
Prefix => Expected_Prefix);
11181118
else
11191119
Add_Unchanged (Write (L, False));
11201120
end if;

0 commit comments

Comments
 (0)