1
0
mirror of synced 2026-05-04 15:16:50 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/AR8190.TEST

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))
)