diff --git a/lisp/ert-bdd.el b/lisp/ert-bdd.el index 2b76bd5..84803b1 100644 --- a/lisp/ert-bdd.el +++ b/lisp/ert-bdd.el @@ -16,8 +16,7 @@ ;;; Code: (require 'cl-lib) - -(autoload 'ert-deftest "ert") +(require 'ert) ;;; HACK: Initially define no-op so tests can be defined inline.