branch: elpa/popup commit d097dba940548d1c03f107a4117ec3d4bd71813b Author: yuuki arisawa <yuuki....@gmail.com> Commit: yuuki arisawa <yuuki....@gmail.com>
Remove unused code. --- tests/popup-test.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/popup-test.el b/tests/popup-test.el index 5ee3818..70cf6e0 100644 --- a/tests/popup-test.el +++ b/tests/popup-test.el @@ -101,12 +101,8 @@ canceled. The arguments is whole filtered list of items. HELP-DELAY is a delay of displaying helps." :nowait t) - ;; (should (equal (popup-list popup) '("foo" "bar" "baz"))) (should (every #'identity (popup-test-helper-match-contents '("CURSOR-COLOR is a cursor color during isearch")))) )) - - -