/[gcl]/gcl/ansi-tests/interactive-stream-p.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/interactive-stream-p.lsp

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

revision 1.2 by pfdietz, Sat Jan 17 13:31:44 2004 UTC revision 1.3 by pfdietz, Fri May 6 01:13:41 2005 UTC
# Line 15  Line 15 
15    nil)    nil)
16    
17  (deftest interactive-stream-p.error.1  (deftest interactive-stream-p.error.1
18    (loop for x in *mini-universe*    (check-type-error #'interactive-stream-p #'streamp)
         unless (or (typep x 'stream)  
                    (eval `(signals-error (interactive-stream-p ',x)  
                                          type-error)))  
         collect x)  
19    nil)    nil)
20    
21  (deftest interactive-stream-p.error.2  (deftest interactive-stream-p.error.2

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

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