diff options
| author | Stefan Kangas | 2022-10-26 22:41:09 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-26 23:04:23 +0200 |
| commit | db2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch) | |
| tree | 5ea199f04b4ae451e3041150de204dee5f87fa06 /test/src | |
| parent | c716d0cf5692ab853c0eb5dc809c765207762cdb (diff) | |
| download | emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip | |
; Fix several symbol name typos
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 2 | ||||
| -rw-r--r-- | test/src/emacs-module-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 1edbd1777c6..734b4a0d221 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -823,7 +823,7 @@ Return a list of results." | |||
| 823 | (should (= (comp-tests-tco-f 1 0 10) 55)))) | 823 | (should (= (comp-tests-tco-f 1 0 10) 55)))) |
| 824 | 824 | ||
| 825 | (defun comp-tests-fw-prop-checker-1 (_) | 825 | (defun comp-tests-fw-prop-checker-1 (_) |
| 826 | "Check that inside `comp-tests-fw-prop-f' `concat' and `length' are folded." | 826 | "Check that inside `comp-tests-fw-prop-1-f' `concat' and `length' are folded." |
| 827 | (should | 827 | (should |
| 828 | (cl-notany | 828 | (cl-notany |
| 829 | #'identity | 829 | #'identity |
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 1099fd04678..a9a45d54632 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -263,7 +263,7 @@ must evaluate to a regular expression string." | |||
| 263 | 263 | ||
| 264 | (ert-deftest module--test-assertions--load-non-live-object-with-global-copy () | 264 | (ert-deftest module--test-assertions--load-non-live-object-with-global-copy () |
| 265 | "Check that -module-assertions verify that non-live objects aren't accessed. | 265 | "Check that -module-assertions verify that non-live objects aren't accessed. |
| 266 | This differs from `module--test-assertions-load-non-live-object' | 266 | This differs from `module--test-assertions--load-non-live-object' |
| 267 | in that it stows away a global reference. The module assertions | 267 | in that it stows away a global reference. The module assertions |
| 268 | should nevertheless detect the invalid load." | 268 | should nevertheless detect the invalid load." |
| 269 | :tags (if (getenv "EMACS_EMBA_CI") '(:unstable)) | 269 | :tags (if (getenv "EMACS_EMBA_CI") '(:unstable)) |