Skip to content

Commit

Permalink
Fix ppx_disable_unused_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 8, 2020
1 parent 6597865 commit a94d880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ppx_disable_unused_warnings/tests/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library (name for_ppx_disable_unused_warnings_test) (libraries)
(preprocess (pps ppx_disable_unused_warnings)))

(alias (name runtest) (deps example.ml.pp.output))
; (alias (name runtest) (deps example.ml.pp.output))

(rule (targets example.pp.output) (deps (:first_dep example.pp))
(action (bash "cp %{first_dep} %{targets}}")))
; (rule (targets example.pp.output) (deps (:first_dep example.pp))
; (action (bash "cp %{first_dep} %{targets}}")))

0 comments on commit a94d880

Please sign in to comment.