Disable failing cl-lib-symbol-macrolet-hide test for now
* test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet-hide): Disable until code is fixed.
This commit is contained in:
parent
c641848bce
commit
361d3dbc4e
1 changed files with 3 additions and 0 deletions
|
@ -511,6 +511,9 @@
|
|||
|
||||
|
||||
(ert-deftest cl-lib-symbol-macrolet-hide ()
|
||||
:expected-result :failed
|
||||
;; FIXME -- it's unclear what the semantics here should be, but
|
||||
;; 2dd1c2ab19f7fb99ecee flipped them.
|
||||
;; bug#26325, bug#26073
|
||||
(should (equal (let ((y 5))
|
||||
(cl-symbol-macrolet ((x y))
|
||||
|
|
Loading…
Add table
Reference in a new issue