Fixed test.
This commit is contained in:
parent
b879dc0482
commit
54e4bf558c
2 changed files with 3 additions and 6 deletions
4
.github/actions/setup/run-tests.ros
vendored
4
.github/actions/setup/run-tests.ros
vendored
|
@ -8,8 +8,8 @@ exec ros -Q -- $0 "$@"
|
|||
#+quicklisp(ql:quickload '(trivial-backtrace)
|
||||
:silent t))
|
||||
|
||||
;; (declaim (optimize (debug 3) (safety 3)
|
||||
;; (speed 0) (space 0)))
|
||||
(declaim (optimize (debug 3) (safety 3)
|
||||
(speed 0) (space 0)))
|
||||
|
||||
(defpackage :ros.script.run-tests
|
||||
(:use :cl))
|
||||
|
|
|
@ -11,10 +11,7 @@
|
|||
|
||||
|
||||
(defun foo (a b)
|
||||
#+sbcl
|
||||
(sb-ext:describe-compiler-policy )
|
||||
|
||||
(list a b 3))
|
||||
(list a b))
|
||||
|
||||
|
||||
(deftest test-some-staff
|
||||
|
|
Loading…
Reference in a new issue