Skip to content

Commit

Permalink
test: remove for_pp script
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: 219edb7d-157f-4c26-abf0-2f365e44ee3f -->
  • Loading branch information
rgrinberg committed May 12, 2024
1 parent d2afe3e commit 2477c93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions ocaml-lsp-server/test/e2e-new/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
%{bin:ocamlformat-rpc}
for_ppx.ml
for_pp.ml
for_pp.sh
(package ocaml-lsp-server)))
(libraries
unix
Expand All @@ -35,14 +34,10 @@
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
(preprocessor_deps for_pp.sh)
(preprocess
(per_module
((action
(run
sh ;; we don't rely on the shebang line for windoze
%{project_root}/ocaml-lsp-server/test/e2e-new/for_pp.sh
%{input-file}))
(run sed "s/world/universe/g" %{input-file}))
for_pp)
((pps ppx_expect)
action_extract
Expand Down
2 changes: 0 additions & 2 deletions ocaml-lsp-server/test/e2e-new/for_pp.sh

This file was deleted.

0 comments on commit 2477c93

Please sign in to comment.