/[gcl]/gcl/ansi-tests/union.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/union.lsp

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

revision 1.4 by pfdietz, Sun Jun 20 20:06:23 2004 UTC revision 1.5 by pfdietz, Sat May 7 01:55:34 2005 UTC
# Line 412  Line 412 
412  (deftest union.error.12  (deftest union.error.12
413    (signals-error (union (list* 1 2 3) (list 4 5 6)) type-error)    (signals-error (union (list* 1 2 3) (list 4 5 6)) type-error)
414    t)    t)
415    
416    (deftest union.error.13
417      (check-type-error #'(lambda (x) (union x nil)) #'listp)
418      nil)
419    
420    (deftest union.error.14
421      (check-type-error #'(lambda (x) (union nil x)) #'listp)
422      nil)
423    

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