diff --git a/test/lisp/proced-tests.el b/test/lisp/proced-tests.el index bffbf5486d3..44596f92490 100644 --- a/test/lisp/proced-tests.el +++ b/test/lisp/proced-tests.el @@ -1,6 +1,6 @@ ;;; proced-tests.el --- Test suite for proced.el -*- lexical-binding: t -*- -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,6 +18,7 @@ ;; along with GNU Emacs. If not, see . ;;; Code: + (require 'ert) (require 'proced) (require 'thingatpt)