Skip to content

Commit

Permalink
Cleaned up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 30, 2020
1 parent 41f3068 commit 4e5bf7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/esup-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
;;; Code:

(eval-when-compile
(if (and (<= emacs-major-version 24)
(<= emacs-minor-version 3))
(require 'cl)
(require 'cl-lib)))
(require 'cl-lib))

(require 'esup-child)
(require 'noflet)
Expand Down

0 comments on commit 4e5bf7d

Please sign in to comment.