Skip to content
Snippets Groups Projects
Commit bc8b09b1 authored by pfdietz's avatar pfdietz
Browse files

Remove print-level.1, since structure objects don't necessarily print with #S notation.

parent 8411958f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
(compile-and-load "printer-aux.lsp")
#|
(deftest print-level.1
(with-standard-io-syntax
(let ((*print-readably* nil))
......@@ -21,6 +22,7 @@
(not (string= s2 "#")))
collect (list x s1 s2))))
nil)
|#
(defclass print-level-test-class nil (a b c))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment