diff options
| author | Lars Ingebrigtsen | 2020-09-20 12:26:29 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-20 12:26:29 +0200 |
| commit | 3ec7005315f359540e2499b77397a67a86362fdb (patch) | |
| tree | a9fc16ffa16962fa5175fc56ce93d3cf95f09c71 /test/src | |
| parent | 988f45a75b745dc1fee6315749ddb48f00b000eb (diff) | |
| download | emacs-3ec7005315f359540e2499b77397a67a86362fdb.tar.gz emacs-3ec7005315f359540e2499b77397a67a86362fdb.zip | |
Tweak a hash table print test
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/print-tests.el | 2 |
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)) |