summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/editfns-tests.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index 6da3c73f001..9fff4255b57 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -534,14 +534,4 @@
'utf-8 nil (current-buffer))
(should (null (sanity-check-change-functions-errors))))))
-(ert-deftest editfns-tests-styled-print ()
- (let* ((print-unreadable-function
- (lambda (&rest args)
- (garbage-collect)
- (make-string 100 ?Ā t)))
- (str "\"[1] ĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀ\""))
- (should (string=
- (format "%S" (format "%S %S" [1] (symbol-function '+))) str))))
-
-
;;; editfns-tests.el ends here