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

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

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

revision 1.3 by pfdietz, Mon Feb 23 23:28:56 2004 UTC revision 1.4 by pfdietz, Fri May 6 01:13:41 2005 UTC
# Line 49  Line 49 
49    t)    t)
50    
51  (deftest force-output.error.3  (deftest force-output.error.3
52    (loop for x in *mini-universe*    (check-type-error #'force-output
53          unless (or (member x '(nil t))                      #'(lambda (x) (typep x '(or stream (member nil t)))))
                    (typep x 'stream)  
                    (equalt  
                     (eval `(multiple-value-list  
                             (signals-error (force-output ',x) type-error)))  
                     '(t)))  
         collect x)  
54    nil)    nil)
55    
56    

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

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