diff options
| author | Stefan Kangas | 2021-09-26 01:53:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-09-26 17:53:23 +0200 |
| commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
| tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/src/floatfns-tests.el | |
| parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
| download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip | |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/src/floatfns-tests.el')
| -rw-r--r-- | test/src/floatfns-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/floatfns-tests.el b/test/src/floatfns-tests.el index 4a3c03d833e..47fa1941626 100644 --- a/test/src/floatfns-tests.el +++ b/test/src/floatfns-tests.el | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | ;;; Code: | ||
| 21 | |||
| 20 | (require 'ert) | 22 | (require 'ert) |
| 21 | 23 | ||
| 22 | (ert-deftest divide-extreme-sign () | 24 | (ert-deftest divide-extreme-sign () |
| @@ -125,3 +127,5 @@ | |||
| 125 | (ash (1- (ash 1 53)) 2045)))) | 127 | (ash (1- (ash 1 53)) 2045)))) |
| 126 | 128 | ||
| 127 | (provide 'floatfns-tests) | 129 | (provide 'floatfns-tests) |
| 130 | |||
| 131 | ;;; floatfns-tests.el ends here | ||