branch: externals/company
commit 18a662082948b5aa9bea6b4ad752e027fc12aeb5
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Delete duplicate test
    
    From some old merge, probably.
---
 test/frontends-tests.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index 21f372416d..3836a02f6f 100644
--- a/test/frontends-tests.el
+++ b/test/frontends-tests.el
@@ -368,15 +368,6 @@
       (should (equal (get-text-property 4 'face res)
                      '(annotation company-tooltip-annotation 
company-tooltip))))))
 
-(ert-deftest company-column-with-composition ()
-  :tags '(interactive)
-  (with-temp-buffer
-    (save-window-excursion
-      (set-window-buffer nil (current-buffer))
-      (insert "lambda ()")
-      (compose-region 1 (1+ (length "lambda")) "\\")
-      (should (= (company--column) 4)))))
-
 (ert-deftest company-plainify ()
   (let ((tab-width 8))
     (should (equal-including-properties

Reply via email to