/[gcl]/gcl/ansi-tests/destructuring-bind.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/destructuring-bind.lsp

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

revision 1.2 by pfdietz, Mon Feb 17 11:54:02 2003 UTC revision 1.3 by pfdietz, Mon Feb 17 13:25:22 2003 UTC
# Line 97  Line 97 
97  (deftest destructuring-bind.error.4  (deftest destructuring-bind.error.4
98    (classify-error (destructuring-bind (a . b) 'x (list a b)))    (classify-error (destructuring-bind (a . b) 'x (list a b)))
99    program-error)    program-error)
100    
101    (deftest destructuring-bind.error.5
102      (classify-error (destructuring-bind))
103      program-error)
104    
105    (deftest destructuring-bind.error.6
106      (classify-error (destructuring-bind x))
107      program-error)
108    

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