Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM committed Aug 30, 2024
1 parent 02d288b commit 0e938a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/diff_tests/basics.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Some initial basic tests.
:Fmt.const : 'a Fmt.t -> 'a -> 'b Fmt.t
:Fmt.epr : ('a, Format.formatter, unit) format -> 'a
:Fmt.pr : ('a, Format.formatter, unit) format -> 'a
:Fmt.fmt : ('a, Format.formatter, unit) format -> Format.formatter -> 'a
:Fmt.pf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
:Fmt.str : ('a, Format.formatter, unit, string) format4 -> 'a
:Fmt.strf : ('a, Format.formatter, unit, string) format4 -> 'a
:Fmt.failwith : ('a, Format.formatter, unit, 'b) format4 -> 'a
:Fmt.failwith_notrace : ('a, Format.formatter, unit, 'b) format4 -> 'a
:Fmt.invalid_arg : ('a, Format.formatter, unit, 'b) format4 -> 'a
:Fmt.fmt : ('a, Format.formatter, unit) format -> Format.formatter -> 'a
:Fmt.pf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
:Fmt.str_like :
Format.formatter -> ('a, Format.formatter, unit, string) format4 -> 'a
:Fmt.strf_like :
Expand Down

0 comments on commit 0e938a4

Please sign in to comment.