File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1347,7 +1347,7 @@ let fresh_backend ?backend_name ?(config = Physical_devices_only) () =
13471347 let backend =
13481348 match
13491349 Option. value_or_thunk backend_name ~default: (fun () ->
1350- Utils. get_global_arg ~arg_name: " backend" ~default: " pipes_cc " )
1350+ Utils. get_global_arg ~arg_name: " backend" ~default: " sync_cc " )
13511351 |> String. lowercase
13521352 with
13531353 | "cc" -> (module Cc_backend : Backend )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module Random_for_tests = struct
2727 let int high = Int32. (to_int_trunc @@ (rand_int32 () % of_int_trunc high))
2828end
2929
30- let random_config = Utils. get_global_arg ~arg_name: " randomness_lib" ~default: " stdlib "
30+ let random_config = Utils. get_global_arg ~arg_name: " randomness_lib" ~default: " for_tests "
3131
3232let random_lib =
3333 match random_config with
You can’t perform that action at this time.
0 commit comments