X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fpathnames.impure.lisp;h=b14b99fa07d576e455175cd8c1a5d2d0825f52c9;hb=d3df7e8508d37a831ecf06a2c42ddb6ede1d99fa;hp=3136b0ab0efd7dc81d5a7ecc1c2f515fd47fda96;hpb=f17811c866c0412da17d3ee94f11cf38783301f7;p=sbcl.git diff --git a/tests/pathnames.impure.lisp b/tests/pathnames.impure.lisp index 3136b0a..b14b99f 100644 --- a/tests/pathnames.impure.lisp +++ b/tests/pathnames.impure.lisp @@ -79,7 +79,6 @@ ;;; FIXME: currently SBCL throws NAMESTRING-PARSE-ERROR: should this be ;;; a TYPE-ERROR? -;; error: directory-component not valid (assert (not (ignore-errors (make-pathname :host "FOO" :directory "!bla" :name "bar"))))