aboutsummaryrefslogtreecommitdiff
path: root/tests/test/object.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/object.scm')
-rw-r--r--tests/test/object.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/object.scm b/tests/test/object.scm
index 701c45c0..be6108e5 100644
--- a/tests/test/object.scm
+++ b/tests/test/object.scm
@@ -75,6 +75,6 @@
(test-error "Bad arguments to custom constructor"
'wrong-type-arg (f3 f3-x: 'hello f3-y: 'world))
-;; - printer:
+;; - printer: (also, zero fields)
(define-type (f4 printer: (lambda (r p) (display "something" p))))
(test-equal "something" (with-output-to-string (lambda () (write (f4)))))