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

Diff of /gcl/ansi-tests/multiple-value-bind.lsp

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

revision 1.1 by pfdietz, Sat Oct 19 04:45:13 2002 UTC revision 1.2 by pfdietz, Mon Feb 17 13:25:22 2003 UTC
# Line 51  Line 51 
51       x y z))       x y z))
52    (1 2 0) nil nil 0)    (1 2 0) nil nil 0)
53    
54    (deftest multiple-value-bind.error.1
55      (classify-error (multiple-value-bind))
56      program-error)
57    
58    (deftest multiple-value-bind.error.2
59      (classify-error (multiple-value-bind (a b c)))
60      program-error)
61    
62      

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

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