/[gcl]/gcl/ansi-tests/clear-input.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/clear-input.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pfdietz, Thu May 5 03:08:56 2005 UTC revision 1.6 by pfdietz, Fri May 6 01:13:40 2005 UTC
# Line 60  Line 60 
60    t)    t)
61    
62  (deftest clear-input.error.5  (deftest clear-input.error.5
63    (loop for x in *mini-universe*    (check-type-error #'clear-input #'(lambda (x) (typep x '(or stream (member nil t)))))
         unless (or (member x '(nil t))  
                    (typep x 'stream)  
                    (equalt  
                     (eval `(multiple-value-list  
                             (signals-type-error x ',x (clear-input x))))  
                     '(t)))  
         collect x)  
64    nil)    nil)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26