aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-09-20 12:26:29 +0200
committerLars Ingebrigtsen2020-09-20 12:26:29 +0200
commit3ec7005315f359540e2499b77397a67a86362fdb (patch)
treea9fc16ffa16962fa5175fc56ce93d3cf95f09c71 /test/src
parent988f45a75b745dc1fee6315749ddb48f00b000eb (diff)
downloademacs-3ec7005315f359540e2499b77397a67a86362fdb.tar.gz
emacs-3ec7005315f359540e2499b77397a67a86362fdb.zip
Tweak a hash table print test
Diffstat (limited to 'test/src')
-rw-r--r--test/src/print-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/print-tests.el b/test/src/print-tests.el
index 51ef16dd85a..eb9572dbdf4 100644
--- a/test/src/print-tests.el
+++ b/test/src/print-tests.el
@@ -374,7 +374,7 @@ otherwise, use a different charset."
374 374
375 (should 375 (should
376 (string-match 376 (string-match
377 "data (99 99" 377 "data (99 99)"
378 (let ((h (make-hash-table))) 378 (let ((h (make-hash-table)))
379 (dotimes (i 100) 379 (dotimes (i 100)
380 (puthash i i h)) 380 (puthash i i h))