/[gcl]/gcl/ansi-tests/define-modify-macro.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/define-modify-macro.lsp

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

revision 1.2 by pfdietz, Thu Dec 5 01:15:59 2002 UTC revision 1.3 by pfdietz, Mon Feb 17 11:54:02 2003 UTC
# Line 63  Line 63 
63          i))))          i))))
64    new-incf2    new-incf2
65    (3 #(0 0 3 0 0) 3))    (3 #(0 0 3 0 0) 3))
66    
67    (deftest define-modify-macro.error.1
68      (classify-error (define-modify-macro))
69      program-error)
70    
71    (deftest define-modify-macro.error.2
72      (classify-error (define-modify-macro dfm-error-1))
73      program-error)
74    
75    (deftest define-modify-macro.error.2
76      (classify-error (define-modify-macro dfm-error-2 ()))
77      program-error)
78    
79    (deftest define-modify-macro.error.3
80      (classify-error (define-modify-macro dfm-error-2 () nil "Documentation"
81                        "extra illegal argument"))
82      program-error)
83    

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