expect_test_config.ml
1 2 3 4 5 6 7 8 9 module IO = struct type 'a t = 'a let return x = x end let sanitize s = s let run f = f () let upon_unreleasable_issue = `CR
1 2 3 4 5 6 7 8 9
module IO = struct type 'a t = 'a let return x = x end let sanitize s = s let run f = f () let upon_unreleasable_issue = `CR