Changeset 14682
- Timestamp:
- Mar 18, 2011, 2:19:28 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/ansi-tests/ccl.lsp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/ansi-tests/ccl.lsp
r14676 r14682 1771 1771 (floating-point-overflow (c) c))) 1772 1772 :win) 1773 1774 (deftest ccl.bug#674 1775 (let ((val #c(1d160 1))) 1776 (handler-case 1777 (progn 1778 (/ val) 1779 :win) 1780 (floating-point-overflow (c) c))) 1781 :win)
Note:
See TracChangeset
for help on using the changeset viewer.
