aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2020-11-20 20:34:32 +0100
committerStefan Kangas2020-11-20 20:35:44 +0100
commitcf436db285bd27dae35fecfa9038c9ce48953853 (patch)
treecc601af265b28a0f66d9d3257097a844cb9e68a6 /test
parenta55415af7ea8ddc09dfda32ccb866c6556bb71c1 (diff)
downloademacs-cf436db285bd27dae35fecfa9038c9ce48953853.tar.gz
emacs-cf436db285bd27dae35fecfa9038c9ce48953853.zip
; Fix trivial typos
Diffstat (limited to 'test')
-rw-r--r--test/src/comp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index bf3f57a85e3..fffc72015b8 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -393,7 +393,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html."
393 393
394(defvar comp-test-primitive-advice) 394(defvar comp-test-primitive-advice)
395(comp-deftest primitive-advice () 395(comp-deftest primitive-advice ()
396 "Test effectiveness of primitve advicing." 396 "Test effectiveness of primitive advicing."
397 (let (comp-test-primitive-advice 397 (let (comp-test-primitive-advice
398 (f (lambda (&rest args) 398 (f (lambda (&rest args)
399 (setq comp-test-primitive-advice args)))) 399 (setq comp-test-primitive-advice args))))
@@ -406,7 +406,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html."
406 406
407(defvar comp-test-primitive-redefine-args) 407(defvar comp-test-primitive-redefine-args)
408(comp-deftest primitive-redefine () 408(comp-deftest primitive-redefine ()
409 "Test effectiveness of primitve redefinition." 409 "Test effectiveness of primitive redefinition."
410 (cl-letf ((comp-test-primitive-redefine-args nil) 410 (cl-letf ((comp-test-primitive-redefine-args nil)
411 ((symbol-function #'-) 411 ((symbol-function #'-)
412 (lambda (&rest args) 412 (lambda (&rest args)