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

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

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

revision 1.9 by pfdietz, Mon Feb 10 03:09:37 2003 UTC revision 1.10 by pfdietz, Mon Feb 17 04:22:03 2003 UTC
# Line 266  Line 266 
266    
267  ;;; Order of evaluation tests  ;;; Order of evaluation tests
268    
269  (deftest union.32  (deftest union.order.1
270    (let ((i 0) x y)    (let ((i 0) x y)
271      (values      (values
272       (sort       (sort
# Line 277  Line 277 
277    (1 2 3 5 8)    (1 2 3 5 8)
278    2 1 2)    2 1 2)
279    
280  (deftest union.33  (deftest union.order.2
281    (let ((i 0) x y z w)    (let ((i 0) x y z w)
282      (values      (values
283       (sort       (sort
# Line 291  Line 291 
291    4 1 2 3 4)    4 1 2 3 4)
292    
293    
294  (deftest union.34  (deftest union.order.3
295    (let ((i 0) x y z w)    (let ((i 0) x y z w)
296      (values      (values
297       (sort       (sort

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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