summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-09-01 18:52:57 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2020-09-02 12:40:13 +0200
commitde5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c (patch)
tree2123d418543dfd53437dfca8033f2c25fcff71cf /gnu
parentdba8f523a695661a0c9330df5509d192aad92d85 (diff)
downloadguix-patches-de5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c.tar
guix-patches-de5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 56139830a6..e8928bae9f 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\"\\)") "")