Skip to content

Commit 599f0f6

Browse files
committed
Revert "Fix failing cider-expected-ns test on windows"
This reverts commit 3dd9396.
1 parent 3dd9396 commit 599f0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Eldev

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
(defvar clojure-ts-failing-tests
1616
(when (member system-type '(ms-dos windows-nt cygwin))
17-
'("./test/cider-eval-tests.el"))
17+
'("./test/cider-client-tests.el"
18+
"./test/cider-eval-tests.el"))
1819
"Tests that fail when running against clojure-ts-mode. These need to be fixed.
1920
See 'cider-expected-ns returns the namespace matching the given string path'
2021
and 'cider-provide-file can handle multibyte characters'

cider-client.el

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ nREPL connection."
154154
(relpath (thread-last
155155
(cider-classpath-entries)
156156
(seq-filter #'file-directory-p)
157-
(seq-map #'file-truename)
158157
(seq-map (lambda (dir)
159158
(when (file-in-directory-p path dir)
160159
(file-relative-name path dir))))

0 commit comments

Comments
 (0)