Skip to content

Commit

Permalink
Add =output in non-deterministic mdx tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrm committed Nov 26, 2024
1 parent 5e30390 commit ac94ae8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/bounded_queue/bounded_queue_intf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ end
Exception: Saturn__Bounded_queue.Empty.]}
A multicore example:
{@ocaml non-deterministic[
{@ocaml non-deterministic=output[
# open Saturn.Bounded_queue
# let t :int t = create ~capacity:4 ()
val t : int t = <abstr>
Expand Down
2 changes: 1 addition & 1 deletion src/bounded_stack.mli
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ the [seq] is too long to fit in the stack. *)
Exception: Saturn__Bounded_stack.Empty.]}
A multicore example:
{@ocaml non-deterministic[
{@ocaml non-deterministic=output[
# open Saturn.Bounded_stack
# let t :int t = create ()
val t : int t = <abstr>
Expand Down
2 changes: 1 addition & 1 deletion src/treiber_stack.mli
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ val add_seq : 'a t -> 'a Seq.t -> unit
Exception: Saturn__Treiber_stack.Empty.]}
A multicore example:
{@ocaml non-deterministic[
{@ocaml non-deterministic=output[
# open Saturn.Stack
# let t : int t = create ()
val t : int t = <abstr>
Expand Down
2 changes: 1 addition & 1 deletion src/ws_deque.mli
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ val steal_drop_exn : 'a t -> unit
Spawning a domain is a costly operation compared to the work actually run on them
here. In practice, you should not use a barrier.
{@ocaml non-deterministic[
{@ocaml non-deterministic=output[
# open Saturn.Work_stealing_deque
# let t : int t = create ()
val t : int t = <abstr>
Expand Down

0 comments on commit ac94ae8

Please sign in to comment.