Skip to content

Commit

Permalink
Work around missing base_yojson
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 6e9129c commit 6b76f09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ppx_yojson_conv/test/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library (name ppx_yojson_conv_test)
(libraries base expect_test_helpers_core base_yojson)
(flags :standard -w -30)
(preprocess
(pps ppx_jane -allow-unannotated-ignores ppx_yojson_conv ppx_compare)))
; (library (name ppx_yojson_conv_test)
; (libraries base expect_test_helpers_core base_yojson)
; (flags :standard -w -30)
; (preprocess
; (pps ppx_jane -allow-unannotated-ignores ppx_yojson_conv ppx_compare)))

0 comments on commit 6b76f09

Please sign in to comment.