diff options
Diffstat (limited to 'app-emacs/ivy/files/ivy-0.15.0-ivy-test.patch')
-rw-r--r-- | app-emacs/ivy/files/ivy-0.15.0-ivy-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/ivy/files/ivy-0.15.0-ivy-test.patch b/app-emacs/ivy/files/ivy-0.15.0-ivy-test.patch new file mode 100644 index 000000000000..cf5dd7a4911f --- /dev/null +++ b/app-emacs/ivy/files/ivy-0.15.0-ivy-test.patch @@ -0,0 +1,11 @@ +--- a/ivy-test.el ++++ b/ivy-test.el +@@ -53,7 +53,7 @@ Intended as :after-while advice for `require'." + + (setq ivy-last (make-ivy-state)) + +-(ert-deftest ivy--lazy-load-ffap--ffap-url-p () ++(defun ivy--lazy-load-ffap--ffap-url-p () + (should (not (memq 'ffap ivy-features))) + (should (not (fboundp 'ffap-url-p))) + (should (string= (ivy-ffap-url-p "https://foo.org") |