/[gcl]/gcl/ansi-tests/allocate-instance.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/allocate-instance.lsp

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

revision 1.4 by pfdietz, Thu May 15 12:12:32 2003 UTC revision 1.5 by pfdietz, Thu May 22 12:45:56 2003 UTC
# Line 111  Line 111 
111    (classify-error (allocate-instance))    (classify-error (allocate-instance))
112    program-error)    program-error)
113    
114    ;;; I don't think the following two tests are right.
115    ;;; The function takes a &rest argument, not a &key argument,
116    ;;; so the section on keyword argument checking doesn't apply
117    
118    #|
119  (deftest allocate-instance.error.2  (deftest allocate-instance.error.2
120    (classify-error (allocate-instance (find-class 'allocate-instance-class-01)    (classify-error (allocate-instance (find-class 'allocate-instance-class-01)
121                                       :b))                                       :b))
# Line 120  Line 125 
125    (classify-error (allocate-instance (find-class 'allocate-instance-class-01)    (classify-error (allocate-instance (find-class 'allocate-instance-class-01)
126                                       '(a b c) nil))                                       '(a b c) nil))
127    program-error)    program-error)
128    |#

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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