Changeset 15332 for trunk/abcl/test/lisp/abcl/pathname-tests.lisp
- Timestamp:
- 06/26/20 13:23:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/pathname-tests.lisp
r15032 r15332 563 563 564 564 ;; If the prefix isn't a defined logical host, it's not a logical pathname. 565 #-(or c mu (and clisp windows))565 #-(or ccl cmu (and clisp windows)) 566 566 ;; CMUCL parses this as (:ABSOLUTE #<SEARCH-LIST foo>) "bar.baz" "42". 567 567 ;; CLISP signals a parse error reading #p"foo:bar.baz.42". … … 1335 1335 (pushnew 'sbcl.26 *expected-failures*) 1336 1336 1337 (setf (logical-pathname-translations "scratch") 1338 '(("**;*.*.*" "/usr/local/doc/**/*"))) 1337 (eval-when (:compile-toplevel :load-toplevel :execute) 1338 (setf (logical-pathname-translations "scratch") 1339 '(("**;*.*.*" "/usr/local/doc/**/*")))) 1339 1340 1340 1341 ;; Trivial merge.
Note: See TracChangeset
for help on using the changeset viewer.