We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525babe commit 862634eCopy full SHA for 862634e
testsuite/tools/test_in_prefix.ml
@@ -180,7 +180,12 @@ let () =
180
error = no_markup [Bold; FG Red];
181
loc = no_markup [Bold; FG Blue];
182
hint = no_markup [Bold; FG Green];
183
- inline_code = no_markup [FG Blue]});
+ inline_code = no_markup [FG Blue];
184
+ insertion = no_markup [Bold; FG Red];
185
+ deletion = no_markup [Bold; FG Red];
186
+ modification = no_markup [Bold; FG Yellow];
187
+ preservation = no_markup [Bold; FG Green];
188
+ });
189
print_summary config header_size
190
~prefix ~bindir_suffix ~libdir_suffix
191
~relocatable ~target_relocatable ~reproducible;
0 commit comments