1
0
mirror of synced 2026-05-02 14:31:05 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/AR8458.TEST

6 lines
144 B
Plaintext

;;; Regression test for AR 8458: *TRACE-OUTPUT* is supposed to be a window by default
(do-test "AR 8458"
(typep *trace-output* 'il:window)
)