Skip to content

Commit

Permalink
Fix package references
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed May 8, 2024
1 parent 91fdb7b commit e4df5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/extrinsic/ansi-test/test.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(in-package #:invistra-extrinsic/test/ansi)
(in-package #:invistra-extrinsic/ansi-test)

(defvar *tests*
'("FORMAT."
Expand Down Expand Up @@ -33,7 +33,7 @@
invistra-extrinsic:formatter))

(defun test (&rest args)
(let ((system (asdf:find-system :invistra-extrinsic/test)))
(let ((system (asdf:find-system :invistra-extrinsic/ansi-test)))
(apply #'ansi-test-harness:ansi-test
:directory (merge-pathnames
(make-pathname :directory '(:relative
Expand Down

0 comments on commit e4df5cc

Please sign in to comment.