/[gcl]/gcl/ansi-tests/cons-test-23.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/cons-test-23.lsp

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

revision 1.2 by pfdietz, Thu Oct 17 13:16:56 2002 UTC revision 1.3 by pfdietz, Wed Oct 23 03:10:23 2002 UTC
# Line 77  Line 77 
77    t)    t)
78    
79  (deftest set-exclusive-or-6  (deftest set-exclusive-or-6
80      (handler-case    (set-exclusive-or-with-check '(a b c d e) '(d a b e)
81          (set-exclusive-or-with-check '(a b c d e) '(d a b e)                                 :key nil)
                                    :key nil)  
       (error (c) c))  
82    (c))    (c))
83    
84  (deftest set-exclusive-or-7  (deftest set-exclusive-or-7
# Line 265  Line 263 
263    t)    t)
264    
265  (deftest nset-exclusive-or-6  (deftest nset-exclusive-or-6
266      (handler-case    (nset-exclusive-or-with-check '(a b c d e) '(d a b e)
267          (nset-exclusive-or-with-check '(a b c d e) '(d a b e)                                  :key nil)
                                    :key nil)  
       (error (c) c))  
268    (c))    (c))
269    
270  (deftest nset-exclusive-or-7  (deftest nset-exclusive-or-7

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