Skip to content

Commit

Permalink
We have use for extra files now
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 27, 2024
1 parent b282a91 commit 833afa3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/formatters/apheleia-ft.el
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,7 @@ involve running any formatters."
apheleia-ft--test-dir "samplecode" formatter out-file))
(error "Input file %s is has no corresponding output file %s"
in-file out-file))
(push out-file out-files)))
(dolist (file all-files)
(unless (or (member file in-files)
(member file out-files))
(error "Spurious sample code file at samplecode/%s/%s"
formatter file)))))
(push out-file out-files)))))
(dolist (samplecode-dir samplecode-dirs)
(unless (member samplecode-dir formatters)
(error
Expand Down

0 comments on commit 833afa3

Please sign in to comment.