diff options
| author | Glenn Morris | 2022-04-05 12:45:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2022-04-05 12:45:59 -0700 |
| commit | 0e37fa7ed694c22fcfd8bfb5004c64eb0cbd13f8 (patch) | |
| tree | 7cf6bdae29a7115479b2a83bd6cc7ee35b1e0e85 /test | |
| parent | 4e2c70272f4fbb686fd9aa4168b058ca1ad6f922 (diff) | |
| download | emacs-0e37fa7ed694c22fcfd8bfb5004c64eb0cbd13f8.tar.gz emacs-0e37fa7ed694c22fcfd8bfb5004c64eb0cbd13f8.zip | |
* test/lisp/ses-tests.el: Require ert-x, for ert-simulate-keys.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/ses-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/ses-tests.el b/test/lisp/ses-tests.el index b60ddeea78e..2d58e388985 100644 --- a/test/lisp/ses-tests.el +++ b/test/lisp/ses-tests.el | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | ;;; Code: | 22 | ;;; Code: |
| 23 | 23 | ||
| 24 | (require 'ert) | 24 | (require 'ert) |
| 25 | (eval-when-compile (require 'ert-x)) | ||
| 25 | (require 'ses) | 26 | (require 'ses) |
| 26 | 27 | ||
| 27 | ;; Silence byte-compiler. | 28 | ;; Silence byte-compiler. |