Skip to content

Commit

Permalink
Compile one test at runtime because it causes a compiler macro error
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Dec 15, 2019
1 parent ebce033 commit fb8ca91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/static-vectors-tests.lisp
Expand Up @@ -70,8 +70,7 @@
(is (equal 5 (length v)))
(is (not (mismatch v '(1 2 3 4 5))))))

(test (make-static-vector.initial-element-and-contents.compiler-macro.error
:compile-at :definition-time)
(test (make-static-vector.initial-element-and-contents.compiler-macro.error)
(multiple-value-bind (function warnp failp)
(ignore-errors
(compile nil '(lambda ()
Expand Down

0 comments on commit fb8ca91

Please sign in to comment.