Skip to content

Commit 862634e

Browse files
committed
SQUASH_ME: fix text_in_prefix
1 parent 525babe commit 862634e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

testsuite/tools/test_in_prefix.ml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,12 @@ let () =
180180
error = no_markup [Bold; FG Red];
181181
loc = no_markup [Bold; FG Blue];
182182
hint = no_markup [Bold; FG Green];
183-
inline_code = no_markup [FG Blue]});
183+
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+
});
184189
print_summary config header_size
185190
~prefix ~bindir_suffix ~libdir_suffix
186191
~relocatable ~target_relocatable ~reproducible;

0 commit comments

Comments
 (0)