Skip to content

Commit 016b5f3

Browse files
committed
right suite
1 parent bdea032 commit 016b5f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

thespis.asd

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
:perform (asdf:test-op
1414
(o c)
1515
(multiple-value-bind (stat result)
16-
(uiop:symbol-call :fiasco :run-tests
17-
'(:rope/test/basic
18-
:rope/test/fuzz))
16+
(uiop:symbol-call :fiasco :run-tests '(:thespis/test))
1917
(print result)
2018
(assert (eql t stat)))))

0 commit comments

Comments
 (0)