summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2024-05-24 19:37:52 +0300
committerStas Boukarev <stassats@gmail.com>2024-05-24 19:37:52 +0300
commit065494fec7d41acf31ab123511c004f66c40ae65 (patch)
tree434e76da24d772c9e9615abb144246ad8ed5587e
parenteda4c159316def50cf7f4f1466ceba5e6d9b7477 (diff)
Fix a test.
-rw-r--r--.github/workflows/mac.yml2
-rw-r--r--tests/type.pure.lisp5
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index b3727fa9c..18ecc5dd5 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: instal host sbcl
- run: brew install sbcl zstd
+ run: brew install sbcl
- name: build
env:
SBCL_MAKE_TARGET_2_OPTIONS: --disable-ldb --disable-debugger
diff --git a/tests/type.pure.lisp b/tests/type.pure.lisp
index d30ad9c30..31e76e395 100644
--- a/tests/type.pure.lisp
+++ b/tests/type.pure.lisp
@@ -305,8 +305,9 @@
(loop for d from c below size do
(test a b c d op deriver))))))))))
-(with-test (:name (:type-derivation :logical-operations :scaling
- :broken-on :mark-region-gc) :slow t)
+(with-test (:name (:type-derivation :logical-operations :scaling)
+ :broken-on :mark-region-gc
+ :slow t)
(let ((type-x1 (sb-c::specifier-type `(integer ,(expt 2 10000)
,(expt 2 10000))))
(type-x2 (sb-c::specifier-type `(integer ,(expt 2 100000)