; Generated by ./generate-dune-rules
; For adding tests, read the instructions in the Makefile.
(rule
 (targets safe_ignore.txt)
 (deps safe_ignore_old.atd safe_ignore_new.atd)
 (action
  (with-accepted-exit-codes
    1
    (with-outputs-to %{targets}
      (run %{bin:atddiff} %{deps} --exit-success --types nonrec_root --ignore recursive2,new_type)))))

(rule
 (alias runtest)
 (deps safe_ignore.txt)
 (action (diff safe_ignore.expected.txt safe_ignore.txt)))

