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

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

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

revision 1.4 by pfdietz, Thu May 5 03:08:56 2005 UTC revision 1.5 by pfdietz, Fri May 6 01:13:40 2005 UTC
# Line 49  Line 49 
49    t)    t)
50    
51  (deftest clear-output.error.3  (deftest clear-output.error.3
52    (loop for x in *mini-universe*    (check-type-error #'clear-output #'(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-output x))))  
                     '(t)))  
         collect x)  
53    nil)    nil)
   
   

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

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