diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/filelock-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/filelock-tests.el b/test/src/filelock-tests.el index f4376b2a5b0..f4ae7192796 100644 --- a/test/src/filelock-tests.el +++ b/test/src/filelock-tests.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | 28 | ||
| 29 | (require 'cl-macs) | 29 | (require 'cl-lib) |
| 30 | (require 'ert) | 30 | (require 'ert) |
| 31 | (require 'ert-x) | 31 | (require 'ert-x) |
| 32 | (require 'seq) | 32 | (require 'seq) |