Skip to content

Commit

Permalink
Fix tests for use with ocaml 4.06.0 (safe-string)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Neaton authored and Armaël Guéneau committed Aug 24, 2018
1 parent d6c5584 commit fd4cd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib_test/spec_mustache.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ let j_of_data : J.value -> J.t = function
let load_test_file f =
let test_j =
load_file (specs_directory ^/ f)
|> Bytes.to_string
|> J.from_string
|> J.value
in
Expand Down

0 comments on commit fd4cd14

Please sign in to comment.