Skip to content

Commit

Permalink
modification test échec coqtop-unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Daboust committed Mar 26, 2024
1 parent 5d6cbdf commit f6a425f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file added Cask
Empty file.
2 changes: 1 addition & 1 deletion ci/simple-tests/coq-test-coqtop-unavailable.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(setq coq-prog-name "unavailable-program")

;; ensure coq-prog-name cannot be found
(should (not (locate-file coq-prog-name exec-path)))
(should (locate-file coq-prog-name exec-path))

(find-file "simple.v")
(coq-prog-args))
1 change: 1 addition & 0 deletions etc/testsuite/#simple.v#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
y+
1 change: 1 addition & 0 deletions etc/testsuite/.#simple.v

0 comments on commit f6a425f

Please sign in to comment.