diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-01 18:52:57 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-09-02 12:40:13 +0200 |
commit | de5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c (patch) | |
tree | 2123d418543dfd53437dfca8033f2c25fcff71cf | |
parent | dba8f523a695661a0c9330df5509d192aad92d85 (diff) | |
download | guix-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.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 1 |
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\"\\)") "") |