6 lines
144 B
Plaintext
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)
|
|
)
|