Skip to content

Commit

Permalink
fix also
Browse files Browse the repository at this point in the history
  • Loading branch information
akabe committed Mar 20, 2022
1 parent 9d1b87b commit dcfd433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions test/integration/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
(executables
(names runtest)
(preprocess (pps ppx_yojson_conv ppx_yojson_conv))
(flags (:standard
-w A-4-31-33-34-39-41-42-43-44-45-48-49-50-58
-safe-string -strict-sequence -strict-formats
-short-paths))
(libraries jupyter
unix
ppx_yojson_conv_lib)
(flags ((:include %{workspace_root}/config/ocaml_flags.sexp)
(:include %{workspace_root}/config/ocaml_test_flags.sexp))))
ppx_yojson_conv_lib))
2 changes: 1 addition & 1 deletion test/integration/runtest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type cell =
execution_count : int;
source : string list;
outputs : string list;
metadata : Yojson.Safe.t;
metadata : Json.t;
}
[@@deriving yojson]

Expand Down

0 comments on commit dcfd433

Please sign in to comment.