branch: externals/bnf-mode
commit 99a45b6c3bf4ab3266c9645a2e63b6a64bbdce7d
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Code cleanup
See https://github.com/sergeyklay/bnf-mode/pull/12
---
.elpaignore | 1 -
.ert-runner | 3 ---
test/utils.el | 5 -----
3 files changed, 9 deletions(-)
diff --git a/.elpaignore b/.elpaignore
index 2119f82..7863129 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,7 +1,6 @@
.codecov.yml
.dir-locals.el
.elpaignore
-.ert-runner
.gitattributes
.github
.gitignore
diff --git a/.ert-runner b/.ert-runner
deleted file mode 100644
index 6984d63..0000000
--- a/.ert-runner
+++ /dev/null
@@ -1,3 +0,0 @@
--L .
---quiet
---no-win
diff --git a/test/utils.el b/test/utils.el
index e4e7f94..9d8ace7 100644
--- a/test/utils.el
+++ b/test/utils.el
@@ -34,11 +34,6 @@
;; Make sure the exact Emacs version can be found in the build output
(message "Running tests on Emacs %s" emacs-version)
-;; `ert--print-backtrace' has been removed in GNU Emacs > 26.
-;; See URL `https://github.com/emacs-mirror/emacs/commit/e09120d'.
-(when (> emacs-major-version 26)
- (defalias 'ert--print-backtrace 'backtrace-to-string))
-
(when (require 'undercover nil t)
;; Track coverage, but don't send to coverage serivice. Save in parent
;; directory as undercover saves paths relative to the repository root.