aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/alloc-tests.el
diff options
context:
space:
mode:
authorStefan Kangas2021-09-26 01:53:56 +0200
committerStefan Kangas2021-09-26 17:53:23 +0200
commit8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch)
tree6daad156b285e27c95d4afb3f7d0e4773032961b /test/src/alloc-tests.el
parent4cc43449432427817400bad12e7ef722e6591a21 (diff)
downloademacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz
emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/src/alloc-tests.el')
-rw-r--r--test/src/alloc-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/alloc-tests.el b/test/src/alloc-tests.el
index 1324c2d3b4d..5383c436035 100644
--- a/test/src/alloc-tests.el
+++ b/test/src/alloc-tests.el
@@ -58,3 +58,5 @@
58 (dolist (c (list 10003 ?b 128 ?c ?d (max-char) ?e)) 58 (dolist (c (list 10003 ?b 128 ?c ?d (max-char) ?e))
59 (aset s 0 c) 59 (aset s 0 c)
60 (should (equal s (make-string 1 c)))))) 60 (should (equal s (make-string 1 c))))))
61
62;;; alloc-tests.el ends here