Skip to content

Commit

Permalink
Fix test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jabranham committed Dec 31, 2019
1 parent 696eae1 commit 7be4a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ess-test-r.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
(require 'ess-test-r-utils)
(require 'cc-mode)
(require 'imenu)
(with-no-warnings
(when (< emacs-major-version 26)
(require 'cl)))

;;; R

Expand Down

0 comments on commit 7be4a06

Please sign in to comment.