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)
|
#+quicklisp(ql:quickload '(trivial-backtrace)
|
||||||
:silent t))
|
:silent t))
|
||||||
|
|
||||||
;; (declaim (optimize (debug 3) (safety 3)
|
(declaim (optimize (debug 3) (safety 3)
|
||||||
;; (speed 0) (space 0)))
|
(speed 0) (space 0)))
|
||||||
|
|
||||||
(defpackage :ros.script.run-tests
|
(defpackage :ros.script.run-tests
|
||||||
(:use :cl))
|
(:use :cl))
|
||||||
|
|
|
@ -11,10 +11,7 @@
|
||||||
|
|
||||||
|
|
||||||
(defun foo (a b)
|
(defun foo (a b)
|
||||||
#+sbcl
|
(list a b))
|
||||||
(sb-ext:describe-compiler-policy )
|
|
||||||
|
|
||||||
(list a b 3))
|
|
||||||
|
|
||||||
|
|
||||||
(deftest test-some-staff
|
(deftest test-some-staff
|
||||||
|
|
Loading…
Reference in a new issue