Skip to content

Commit

Permalink
test compilation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 23, 2023
1 parent 46c3732 commit 9c61677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
lisp: [sbcl-bin]
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -36,6 +35,4 @@ jobs:
# ros -e '(push (uiop:getcwd) ql:*local-project-directories*)' -e '(handler-case (ql:quickload :nsymbols) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 17)))'

- name: Run tests
shell: bash
run: |
ros -e '(ql:quickload :lisp-unit2)' -e '(asdf:test-system :nsymbols)'
run: ros -e '(ql:quickload :lisp-unit2)' -e '(asdf:test-system :nsymbols)'
2 changes: 1 addition & 1 deletion nsymbols.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(dolist (result (results condition))
(terpri stream)
(prin1 result stream))))
(:documentation "Raised when `resolve-symbol' finds multiple symbols with `error-p' set to T."))
(:documentation "Raised when `resolve-symbol' finds multiple symbols with `error-p' set to T.")
(export 'multiple-resolved-symbols-error)

(deftype symbol-visibility ()
Expand Down

0 comments on commit 9c61677

Please sign in to comment.