We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a011ef9 commit 77f8ddbCopy full SHA for 77f8ddb
test/flycheck-ocaml-test.el
@@ -54,10 +54,6 @@ Defaults to `error'."
54
55
(message "Running tests on Emacs %s" emacs-version)
56
57
-;; in the CI we're running merlin via opam
58
-(unless (executable-find "ocamlmerlin")
59
- (setq merlin-command "opam exec -- ocamlmerlin"))
60
-
61
(defconst flycheck-ocaml-test-directory
62
(let ((filename (if load-in-progress load-file-name (buffer-file-name))))
63
(expand-file-name "test/" (locate-dominating-file filename "Eldev")))
0 commit comments