This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
open! Async
|
||||
open Expect_test_helpers_async
|
||||
|
||||
let%expect_test _ =
|
||||
(* Sadly, the test is sensitive to cross-library inlining, which we can only detect
|
||||
using the build info in version_util, which isn't available while compiling a test.
|
||||
So we delegate the whole test to this executable: *)
|
||||
let%bind () = run "bin/test_option_array_allocation.exe" [] in
|
||||
[%expect {| |}];
|
||||
return ()
|
||||
;;
|
||||
Loading…
Add table
Add a link
Reference in a new issue