Changeset 15351
- Timestamp:
- May 4, 2012, 9:19:02 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/ansi-tests/ccl.lsp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/ansi-tests/ccl.lsp
r15136 r15351 320 320 (let ((ccl::*nx-safety* 1)) ;; At safety 3, we don't know from EQ... 321 321 (eval '(defun cl-test::ccl.bug#294-1 (x y) 322 ( eqx) y)))322 (if x) y))) 323 323 (program-error () :program-error)) 324 324 :program-error) … … 326 326 (deftest ccl.bug#294-2 327 327 (let* ((file (test-source-file 328 "(defun cl-test::ccl.bug#294-2 (x y) ( eqx) y)")))328 "(defun cl-test::ccl.bug#294-2 (x y) (if x) y)"))) 329 329 (fmakunbound ' cl-test::ccl.bug#294-2) 330 330 (handler-case (test-compile file :break-on-program-errors t) … … 334 334 (deftest ccl.buf#294-3 335 335 (let* ((file (test-source-file 336 "(defun cl-test::ccl.bug#294-3 (x y) ( eqx) y)"))336 "(defun cl-test::ccl.bug#294-3 (x y) (if x) y)")) 337 337 (warnings nil)) 338 338 (fmakunbound ' cl-test::ccl.bug#294-3)
Note:
See TracChangeset
for help on using the changeset viewer.
