10 lines
140 B
Text
10 lines
140 B
Text
|
|
open! Base
|
||
|
|
open! Expect_test_helpers_base
|
||
|
|
|
||
|
|
let () = print_s [%sexp (Exported_for_specific_uses.am_testing : bool)]
|
||
|
|
|
||
|
|
[%%expect
|
||
|
|
{|
|
||
|
|
true
|
||
|
|
|}]
|