aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/src/minibuf-tests.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/src/minibuf-tests.el b/test/src/minibuf-tests.el
index 98b8614ddff..82ac0373cb4 100644
--- a/test/src/minibuf-tests.el
+++ b/test/src/minibuf-tests.el
@@ -394,10 +394,7 @@
394(ert-deftest test-completion-symbol-hashtable-predicate () 394(ert-deftest test-completion-symbol-hashtable-predicate ()
395 (minibuf-tests--test-completion-pred 395 (minibuf-tests--test-completion-pred
396 #'minibuf-tests--strings-to-symbol-hashtable 396 #'minibuf-tests--strings-to-symbol-hashtable
397 ;; The predicate recieves a string as the key in this case. 397 #'minibuf-tests--part-of-hashtable))
398 (lambda (table)
399 (let ((in-table (minibuf-tests--part-of-hashtable table)))
400 (lambda (k v) (funcall in-table (intern k) v))))))
401(ert-deftest test-completion-symbol-hashtable-completion-regexp () 398(ert-deftest test-completion-symbol-hashtable-completion-regexp ()
402 (minibuf-tests--test-completion-regexp 399 (minibuf-tests--test-completion-regexp
403 #'minibuf-tests--strings-to-symbol-hashtable)) 400 #'minibuf-tests--strings-to-symbol-hashtable))