Lisp-Stat/lisp-stat

Consider removing `:in-order-to` line in `.asd`

fosskers opened this issue · 1 comments

Hi. Current, the ASD file contains this line in the main system:

  :in-order-to ((test-op (test-op lisp-stat/tests)))

However, this breaks (asdf:test-system :lisp-stat), as the test system itself has #+ignore over it.

Fixed in bb63219