branch: externals/inspector commit 477e363962f339750cbeb8fb12d8ce46c1230806 Author: Mariano Montone <marianomont...@gmail.com> Commit: Mariano Montone <marianomont...@gmail.com>
tests: no more side-effects --- inspector-tests.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inspector-tests.el b/inspector-tests.el index 1b092b24e0..473b45965b 100644 --- a/inspector-tests.el +++ b/inspector-tests.el @@ -29,9 +29,6 @@ ;;; Code: -;; FIXME: Loading an ELisp file should not have any "visible" side effect. -;; The best may to fix this here is likely to use `ert-deftest'. - (require 'inspector) (require 'ert) @@ -268,4 +265,3 @@ (provide 'inspector-tests) ;;; inspector-tests.el ends here -