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

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

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

revision 1.3 by pfdietz, Sun Jun 20 20:06:23 2004 UTC revision 1.4 by pfdietz, Fri May 6 13:34:41 2005 UTC
# Line 42  Line 42 
42  (deftest nreconc.error.4  (deftest nreconc.error.4
43    (signals-error (nreconc (cons 'a 'b) (list 'z)) type-error)    (signals-error (nreconc (cons 'a 'b) (list 'z)) type-error)
44    t)    t)
45    
46    (deftest nreconc.error.5
47      (check-type-error #'(lambda (x) (nreconc x '(a b))) #'listp)
48      nil)

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