Skip to content

Commit

Permalink
Remove test for --direction unset
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Oct 1, 2019
1 parent 637ef93 commit 98e1900
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
(action
(with-outputs-to %{targets}
(progn
(system "%{bin:ocaml-mdx} test %{dep:failures/direction_not_set.md} || echo")
(system "%{bin:ocaml-mdx} test --prelude=a --prelude-str=b %{dep:failures/empty.md} || echo")
(system "%{bin:ocaml-mdx} test --direction=to-md %{dep:failures/part_not_found.md} || echo")
(system "%{bin:ocaml-mdx} test --direction=to-md %{dep:failures/ml_file_not_found.md} || echo")
Expand Down
4 changes: 0 additions & 4 deletions test/failures.expected
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ocaml-mdx-test: internal error, uncaught exception:
Sys_error("failures/to_sync.ml: No such file or directory")


only one of --prelude or --prelude-str shoud be used

Error in block at line 4 in failures/part_not_found.md:
Expand Down
5 changes: 0 additions & 5 deletions test/failures/direction_not_set.md

This file was deleted.

0 comments on commit 98e1900

Please sign in to comment.