Skip to content

Commit

Permalink
Merge pull request #526 from talex5/fix-5.1-tests
Browse files Browse the repository at this point in the history
Fix MDX tests on OCaml 5.1
  • Loading branch information
talex5 authored May 25, 2023
2 parents addef14 + 188dc9a commit 1cd01b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let take t =
let take_nonblocking t =
traceln "Reading from stream";
traceln "Got %a from stream" Fmt.(option ~none:(unit "None") int) (S.take_nonblocking t)
traceln "Got %a from stream" Fmt.(option ~none:(any "None") int) (S.take_nonblocking t)
```

# Test cases
Expand Down

0 comments on commit 1cd01b5

Please sign in to comment.