fix info.rkt

This commit is contained in:
Sam Caldwell 2023-02-10 16:55:59 -05:00
parent e9703a4189
commit 1607f7df45
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
(define test-omit-paths
;; a number of the examples use SPIN for model checking which I need
;; to figure out how to get working on the package server
'("examples/")
'("tests/spin/"))
'("examples/"
"tests/spin/"))