summaryrefslogtreecommitdiff
path: root/test/src/print-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/print-tests.el')
-rw-r--r--test/src/print-tests.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/src/print-tests.el b/test/src/print-tests.el
index aedaa9a4e06..ff3a6fe7483 100644
--- a/test/src/print-tests.el
+++ b/test/src/print-tests.el
@@ -369,13 +369,6 @@ otherwise, use a different charset."
(should
(string-match
- "data ()"
- (let ((h (make-hash-table)))
- (let ((print-length 0))
- (format "%S" h)))))
-
- (should
- (string-match
"data (99 99)"
(let ((h (make-hash-table)))
(dotimes (i 100)