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

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

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

revision 1.2 by pfdietz, Tue Oct 8 05:18:15 2002 UTC revision 1.3 by pfdietz, Fri Nov 15 12:34:40 2002 UTC
# Line 40  Line 40 
40    nil)    nil)
41    
42  (deftest fboundp.8  (deftest fboundp.8
43    (catch-type-error (fboundp 1))    (classify-error (fboundp 1))
44    type-error)    type-error)
45    
46  (deftest fboundp.9  (deftest fboundp.9
47    (catch-type-error (fboundp #\a))    (classify-error (fboundp #\a))
48    type-error)    type-error)
49    
50  (deftest fboundp.10  (deftest fboundp.10
51    (catch-type-error (fboundp '(foo)))    (classify-error (fboundp '(foo)))
52    type-error)    type-error)
53    
54    
55    
56    
57    
58    
59        

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