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

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

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

revision 1.3 by pfdietz, Fri Jan 16 14:44:05 2004 UTC revision 1.4 by pfdietz, Thu May 5 03:08:56 2005 UTC
# Line 22  Line 22 
22  (deftest ash.error.4  (deftest ash.error.4
23    (loop for x in *mini-universe*    (loop for x in *mini-universe*
24          unless (or (integerp x)          unless (or (integerp x)
25                     (eval `(signals-error (ash ',x 0) type-error)))                     (eval `(signals-type-error x ',x (ash x 0))))
26          collect x)          collect x)
27    nil)    nil)
28    
29  (deftest ash.error.5  (deftest ash.error.5
30    (loop for x in *mini-universe*    (loop for x in *mini-universe*
31          unless (or (integerp x)          unless (or (integerp x)
32                     (eval `(signals-error (ash 0 ',x) type-error)))                     (eval `(signals-type-error x ',x (ash 0 x))))
33          collect x)          collect x)
34    nil)    nil)
35    

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

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