ambrevar pushed a commit to branch master
in repository guix.
commit de5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c
Author: Pierre Neidhardt <[email protected]>
AuthorDate: Tue Sep 1 18:52:57 2020 +0200
gnu: sbcl-mito: Remove spurious comment.
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment,
this test is already removed a few lines below.
---
gnu/packages/lisp-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5613983..e8928ba 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13697,7 +13697,6 @@ like Ruby's ActiveRecord.
(add-after 'unpack 'remove-non-functional-tests
(lambda _
(substitute* "mito-test.asd"
- ;; (("\\(:test-file \"migration/mysql\"\\)") "")
(("\\(:test-file \"db/mysql\"\\)") "")
(("\\(:test-file \"db/postgres\"\\)") "")
(("\\(:test-file \"dao\"\\)") "")