Skip to content

Commit

Permalink
Fixed the ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 25, 2024
1 parent f8d47a1 commit 4b10cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
(deftest test-core-dependencies
(ok (equal (40ants-doc-full/utils::external-dependencies :40ants-doc)
(list "asdf"
"named-readtables"
"mgl-pax-bootstrap" ;; dependency of named-readtables
"named-readtables"
"pythonic-string-reader"
"uiop"))))

0 comments on commit 4b10cbf

Please sign in to comment.