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

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

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

revision 1.2 by pfdietz, Mon Jan 13 14:11:49 2003 UTC revision 1.3 by pfdietz, Fri Jan 24 04:22:54 2003 UTC
# Line 14  Line 14 
14    t)    t)
15    
16  (deftest constantly.2  (deftest constantly.2
17      (notnot-mv (cl:constantly 1))
18      t)
19    
20    (deftest constantly.error.1
21    (classify-error (cl:constantly))    (classify-error (cl:constantly))
22    program-error)    program-error)
23    
24  (deftest constantly.3  (deftest constantly.error.2
25    (classify-error (cl:constantly 1 1))    (classify-error (cl:constantly 1 1))
26    program-error)    program-error)

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