diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-26 17:09:57 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-26 17:11:49 +0100 |
commit | a2c740f185821a5307fe5de447bc64e823d7a836 (patch) | |
tree | fed511198f07dc17de95d5cbef2fef9bfcf4550a /test | |
parent | e95b3e4d1d7372beb576b2a12f80d331742e4f7d (diff) | |
download | emacs-a2c740f185821a5307fe5de447bc64e823d7a836.tar.gz |
; * test/lisp/progmodes/f90-tests.el: Remove stale comment.
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/progmodes/f90-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/progmodes/f90-tests.el b/test/lisp/progmodes/f90-tests.el index b3d12229d8f..330eab38c41 100644 --- a/test/lisp/progmodes/f90-tests.el +++ b/test/lisp/progmodes/f90-tests.el @@ -22,9 +22,6 @@ ;;; Commentary: -;; This file does not have "test" in the name, because it lives under -;; a test/ directory, so that would be superfluous. - ;;; Code: (require 'ert) |