; Suppress obsoletion warning in package-x tests.
This commit is contained in:
parent
ac143186c0
commit
2b68e3f48b
1 changed files with 2 additions and 1 deletions
|
@ -826,7 +826,8 @@ but with a different end of line convention (bug#48137)."
|
|||
|
||||
;;; Tests for package-x features.
|
||||
|
||||
(require 'package-x)
|
||||
(with-suppressed-warnings ((obsolete package-x))
|
||||
(require 'package-x))
|
||||
|
||||
(defvar package-x-test--single-archive-entry-1-3
|
||||
(cons 'simple-single
|
||||
|
|
Loading…
Add table
Reference in a new issue