Skip to content
Snippets Groups Projects
Commit 30c86ef3 authored by pfdietz's avatar pfdietz
Browse files

Fixed busted test FIND-SYMBOL.8.

parent fe4c5f69
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
car :external) car :external)
(deftest find-symbol-8 (deftest find-symbol-8
(ignore-errors (find-symbol "CAR" "COMMON-LISP-USER")) (values (ignore-errors (find-symbol "CAR" "COMMON-LISP-USER")))
car :inherited) car #| :inherited |# )
(deftest find-symbol-9 (deftest find-symbol-9
(ignore-errors (find-symbol "CAR" "CL-TEST")) (ignore-errors (find-symbol "CAR" "CL-TEST"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment