6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
;; AR 8190 test
|
|
;; Filed as {ERIS}<LISPCORE>TEST>CMLSTREAMS>AR8190.TEST
|
|
;; Verify that (expect-errors (file-not-found) (open xxx)) fails if the file isn't found.
|
|
(do-test AR8190
|
|
(expect-errors (file-not-found) (open '23april871509))
|
|
) |