package ppx_expect

  1. Overview
  2. Docs

Module Expect_test_config_types.Upon_unreleasable_issueSource

Sourcetype t = [
  1. | `CR
    (*

    Leaves a CR, so that features cannot be released.

    *)
  2. | `Warning_for_collector_testing
    (*

    Only for ppx_expect testing; do not use.

    *)
]
Sourceval equal : t -> t -> bool
Sourceval comment_prefix : t -> string
Sourceval message_when_expectation_contains_backtrace : t -> string

Message to print when an expectation contains a backtrace