From 23914033d2150d3f65dbf2d1d5eba42f46c3db29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Mon, 9 Sep 2024 12:51:31 +0200 Subject: [PATCH] More fixes --- ppx_test/basic.ml | 2 +- ppx_test/with-sexp/ppx_cstruct_and_sexp.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppx_test/basic.ml b/ppx_test/basic.ml index 02131dac..e49624f6 100644 --- a/ppx_test/basic.ml +++ b/ppx_test/basic.ml @@ -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 () diff --git a/ppx_test/with-sexp/ppx_cstruct_and_sexp.ml b/ppx_test/with-sexp/ppx_cstruct_and_sexp.ml index fb88625e..ba71d7c0 100644 --- a/ppx_test/with-sexp/ppx_cstruct_and_sexp.ml +++ b/ppx_test/with-sexp/ppx_cstruct_and_sexp.ml @@ -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 = {