Skip to content

Commit

Permalink
Work around missing patdiff-for-review
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 8, 2020
1 parent 84f8a97 commit 88b918b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ppx_sexp_conv/test/expect/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(libraries base expect_test_helpers_core sexp_grammar_validation)
(preprocess (pps ppx_sexp_conv ppx_expect ppx_here)))

(rule (targets regular_vs_polymorphic_variants.diff)
(deps test_regular_variants.ml test_polymorphic_variants.ml) (mode promote)
(action
(bash
"%{bin:patdiff-for-review} %{bin:patdiff} %{deps} > %{targets} || true")))
; (rule (targets regular_vs_polymorphic_variants.diff)
; (deps test_regular_variants.ml test_polymorphic_variants.ml) (mode promote)
; (action
; (bash
; "%{bin:patdiff-for-review} %{bin:patdiff} %{deps} > %{targets} || true")))

(alias (name DEFAULT) (deps regular_vs_polymorphic_variants.diff))
; (alias (name DEFAULT) (deps regular_vs_polymorphic_variants.diff))

0 comments on commit 88b918b

Please sign in to comment.