Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Sep 9, 2024
1 parent 484bbed commit 2391403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ppx_test/basic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ let tests () =
assert(get_foo_b be = 44);
assert(get_foo_a be = 7);
hexdump_foo be;
print_endline (Sexplib.Sexp.to_string_hum (Cstruct_sexp.sexp_of_t be));
print_endline (Sexplib0.Sexp.to_string_hum (Cstruct_sexp.sexp_of_t be));
hexdump_with_ignored_field (Cstruct.of_hex "010203")

let () = tests ()
2 changes: 1 addition & 1 deletion ppx_test/with-sexp/ppx_cstruct_and_sexp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
magic: uint8_t [@len 16];
}[@@little_endian]]

open Sexplib.Std
open Sexplib0.Sexp_conv
type t = int [@@deriving sexp]

type bar = {
Expand Down

0 comments on commit 2391403

Please sign in to comment.