summaryrefslogtreecommitdiffstats
path: root/tests/012/oop.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/oop.tl')
-rw-r--r--tests/012/oop.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/012/oop.tl b/tests/012/oop.tl
index 24cf2726..52fe30bb 100644
--- a/tests/012/oop.tl
+++ b/tests/012/oop.tl
@@ -40,6 +40,9 @@
(pprinl (new poodle))
+(mapcar (umeth print *stdout*) (list (new collie) (new dog)))
+(put-line)
+
(defstruct b nil
(:instance a 1)
(:instance b 2)