/[gcl]/gcl/ansi-tests/special-operator-p.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/special-operator-p.lsp

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

revision 1.2 by pfdietz, Sat Jan 17 22:34:46 2004 UTC revision 1.3 by pfdietz, Sat May 7 01:55:34 2005 UTC
# Line 41  Line 41 
41    t 1)    t 1)
42    
43  (deftest special-operator-p.error.1  (deftest special-operator-p.error.1
44    (signals-error (special-operator-p 1) type-error)    (check-type-error #'special-operator-p #'symbolp)
45    t)    nil)
46    
47  (deftest special-operator-p.error.2  (deftest special-operator-p.error.2
48    (signals-error (special-operator-p) program-error)    (signals-error (special-operator-p) program-error)
# Line 51  Line 51 
51  (deftest special-operator-p.error.3  (deftest special-operator-p.error.3
52    (signals-error (special-operator-p 'cons 'cons) program-error)    (signals-error (special-operator-p 'cons 'cons) program-error)
53    t)    t)
   

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