Skip to content

Commit

Permalink
fixes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed May 2, 2021
1 parent 78b3a9c commit ba503bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

(import scheme (chicken base) (chicken file))
(import scheme (chicken base) (chicken process-context) (chicken pathname))
(define prefix (pathname-directory (program-name)))

(load (make-pathname prefix "e.scm"))
Expand Down

0 comments on commit ba503bd

Please sign in to comment.