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 98a23ed commit ceec0bcCopy full SHA for ceec0bc
runtime/ppx_expect_runtime.ml
@@ -91,10 +91,10 @@ let () =
91
~f:(fun ~filename ~test_nodes ~postprocess ->
92
Write_corrected_file.f
93
test_nodes
94
- ~use_color:Ppx_inline_test_lib.use_color
95
- ~in_place:Ppx_inline_test_lib.in_place
96
- ~diff_command:Ppx_inline_test_lib.diff_command
97
- ~diff_path_prefix:Ppx_inline_test_lib.diff_path_prefix
+ ~use_color:(Ppx_inline_test_lib.use_color ())
+ ~in_place:(Ppx_inline_test_lib.in_place ())
+ ~diff_command:(Ppx_inline_test_lib.diff_command ())
+ ~diff_path_prefix:(Ppx_inline_test_lib.diff_path_prefix ())
98
~with_:postprocess
99
~filename)
100
|> Ppx_inline_test_lib.Test_result.combine_all)
0 commit comments